[roll] Roll fuchsia [sag] Increase lazy Inspect node buffer size

Lazy inspect nodes have a default buffer size of 256K. With the changes
to switch suspend event logging from an Inspect ring buffer to an
internal ring buffer, the suspend events were quickly overflowing the
lazy node buffer causing data to be dropped without warning. This
changes increases the buffer for the node from 256K to 640K.

Changes:
- Use 640K buffer for suspend event lazy Inspect node instead of default
  256K
  - 640K value chosen to match the existing Inspect VMO size for SAG

Original-Bug: 492579895
Test: fx test system-activity-governor-test

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1591059
Original-Revision: f146ec68be9ea6a397184102b407d88c34688417
GitOrigin-RevId: d703fe80b4c0a2c6ef813522d8a505fe0bda0986
Change-Id: If53d79599baf3a4140d022d84e9b6634c115e8b2
1 file changed
tree: 29519817332c7b2621d36208b6fb832ff14dff57
  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.