Enable reclaim throttling by default, with "Slow" setting

Per findings in experiment as shown in links below, this setting
improves jank and memory pressure, without any impact to memory
consumption.

This is with last ramp-up: http://cl/484073439 (google).
Feature helps users who are in most need (high jank, high PSI).

The "Slow" group had the best improvement of all three groups in all metrics use (jank, memory pressure, memory used), so picked metrics from that group.  Below are stats from "Slow":

- Overall
https://uma.googleplex.com/p/chrome/variations?sid=8c62d05904295477aa61b3b5e652dca4
* -0.05% jank
* -3.57% mem pressure at 95th percentile

- Low-memory devices, RAM <= 4GB
https://uma.googleplex.com/p/chrome/variations?sid=0254b7d87dae70b8b52ad39ff35b26fd
* -0.05% jank
* -3.90% mem pressure at 95th percentile

- Medium-memory devices, 4GB < RAM <= 8GB
https://uma.googleplex.com/p/chrome/variations?sid=d7fb7c6a32ecded1b6e49b60f9eeed2a
* -0.10% jank
* -0.77% memory footprint at 95th percentile

- High-memory devices, RAM > 8GB
https://uma.googleplex.com/p/chrome/variations?sid=2c9e5772fe5b5d1e84cfa80b6dc0075d
* +0.23% in mem pressure at 95th percentile
* No other significant changes

BUG=b:227251697
TEST=manual + gtest_filter=WorkingSetTrimmerPolicyChromeOSTest.*:WorkingSetTrimmerPolicyArcVmTest.*'

Change-Id: Ie84506e02d1c8b188ad4e90bae3fffc81b9fad36
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4054748
Commit-Queue: Francois Pierre Doray <fdoray@chromium.org>
Auto-Submit: Alexandre Marciano Gimenez <raging@google.com>
Reviewed-by: Francois Pierre Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1078392}
2 files changed
tree: 7cc87db3304d33bff37d468279af3158429d1cda
  1. android_webview/
  2. apps/
  3. ash/
  4. base/
  5. build/
  6. build_overrides/
  7. buildtools/
  8. cc/
  9. chrome/
  10. chromecast/
  11. chromeos/
  12. codelabs/
  13. components/
  14. content/
  15. courgette/
  16. crypto/
  17. dbus/
  18. device/
  19. docs/
  20. extensions/
  21. fuchsia_web/
  22. gin/
  23. google_apis/
  24. google_update/
  25. gpu/
  26. headless/
  27. infra/
  28. ios/
  29. ipc/
  30. media/
  31. mojo/
  32. native_client_sdk/
  33. net/
  34. pdf/
  35. ppapi/
  36. printing/
  37. remoting/
  38. rlz/
  39. sandbox/
  40. services/
  41. skia/
  42. sql/
  43. storage/
  44. styleguide/
  45. testing/
  46. third_party/
  47. tools/
  48. ui/
  49. url/
  50. weblayer/
  51. .clang-format
  52. .clang-tidy
  53. .eslintrc.js
  54. .git-blame-ignore-revs
  55. .gitattributes
  56. .gitignore
  57. .gn
  58. .mailmap
  59. .rustfmt.toml
  60. .vpython3
  61. .yapfignore
  62. AUTHORS
  63. BUILD.gn
  64. CODE_OF_CONDUCT.md
  65. codereview.settings
  66. DEPS
  67. DIR_METADATA
  68. ENG_REVIEW_OWNERS
  69. LICENSE
  70. LICENSE.chromium_os
  71. OWNERS
  72. PRESUBMIT.py
  73. PRESUBMIT_test.py
  74. PRESUBMIT_test_mocks.py
  75. README.md
  76. WATCHLISTS
README.md

Logo Chromium

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.