New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 591975 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

add a new memory pressure API

Project Member Reported by jochen@chromium.org, Mar 4 2016

Issue description

Instead of calling the LowMemoryNotification() API from the memory pressure listener in chromium. we should forward the memory pressure notification to V8.

V8 should then take a similar action to when the renderer goes to the background.

We might consider to take no action at all if we're in the foreground.

We might also consider to use the interrupt system, so the pressure signal can be delivered from any thread, even while JS is executed.
 
Cc: hpayer@chromium.org
Status: Available (was: Untriaged)

Comment 3 by u...@chromium.org, Apr 26 2016

Owner: u...@chromium.org
Status: Assigned (was: Available)

Comment 4 by u...@chromium.org, Jul 18 2016

Status: Fixed (was: Assigned)
Added in https://codereview.chromium.org/1813963002/

Sign in to add a comment