[win] Add a memory pressure voter that uses the OS provided signals
This adds a second voter to the Win system memory pressure evaluator that will base its vote on the OS Memory Pressure signals. This voter works in parallel to the default voter (based on heuristics) and so the pressure level will always be based on worst of these 2 signals. This code is behind a feature flag, some feature param will later be added to test some variations of this solution (e.g. only use the OS-signals based voter for the critical pressure notifications). Change-Id: I52fa235df42efcdf9f14d592de8e0dc1d91395e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321524Reviewed-by:Chris Hamilton <chrisha@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#795927}
Showing
Please register or sign in to comment