commit | 30bf8f6a29d29662301988c69109e396e40e02e9 | [log] [tgz] |
---|---|---|
author | Sean Maher <spvw@chromium.org> | Wed Oct 18 20:04:23 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 18 20:04:23 2023 |
tree | b458b6d09b251b79cc2b848528808ce6df464d33 | |
parent | 792c92aeacd5a3a2c68bb0198ae4e6d97b4c5fd6 [diff] |
win: Experiment setting MEMORY_PRIORITY_NORMAL in background threads We are observing an issue where memory allocated by background threads is being created at pri-1 (very close to paging out), and referred to by higher-priority threads. This is an issue, because that memory then gets paged out, causing faults in high-priority code and creating contention. For context, when memory enters the resident set of a user-blocking thread, it enters at pri-5. This is what is wanted, and signifies memory being 'in use' in a standard way. Bug: 1489467 Change-Id: I7fe226fa792e380d4c100623546fb92ce7549265 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4913813 Reviewed-by: Gabriel Charette <gab@chromium.org> Reviewed-by: Etienne Bergeron <etienneb@chromium.org> Commit-Queue: Sean Maher <spvw@chromium.org> Cr-Commit-Position: refs/heads/main@{#1211702}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.