[roll] Roll fuchsia [kernel][vm] Rate limit OOM logs in MemoryWatchdog

Reduce frequency of logs surrounding the reclamation loop when bouncing
in and out of OOM rapidly due to hysteresis. In this scenario,
mem_event_idx_ temporarily changes to a non-OOM level but we don't
remain at that level for the hysteresis period before transitioning
back to OOM.

Accumulate evicted pages and log total when transitioning out of OOM
or when committing to an OOM reboot, i.e. when actually signaling a
memory pressure event.

Original-Bug: 510470648
Run-All-Tests: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1604386
Original-Revision: fcb2f1129c2f13a9c1d9254938f588856755a320
GitOrigin-RevId: 6906b9e7126a320b8f203b433d64ca7cce62f056
Change-Id: I2e3f5874dd81ef1375ff690fd93b0c6990ce4b58
1 file changed
tree: 57c11bb07ad22da0f9e5b71083494d07b130c776
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.