Run page navigation gc when oom intervention is triggered on the previous page
When intervention runs and user navigates away from the page, it is likely that intervention runs right after the navigation on the new page. This is a bug because it is not the new page's fault that the memory usage is high, but the previous page's. This CL makes page navigation gc run when intervention is triggered on the previous page, so that the memory usage of two pages would not overlap in near-oom situation. Bug: 887223 Change-Id: I435331410e516d1c87756d84dbd6017d8fff0335 Reviewed-on: https://chromium-review.googlesource.com/1235854 Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Reviewed-by:Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#593834}
Showing
Please register or sign in to comment