[roll] Roll fuchsia [power] Increase history capture for PB and SAG

This patch increases the number of events captured
by Power Broker and System Activity Governor, to
improve diagnosability beyond ~5-10 minutes of history
(in the worst case we see in the fleet today).

With recent fuchsia.inspect.Graph optimizations, PB's
increase to 16k events occupies 82% of the VMO, which
leaves some headroom for safety and future adjustments.

SAG's increase to 4k events requires extra room
room in the VMO, and we see a steady state occupancy
of 85%. (For the "1000 leases" test, we see occupancy
of 93%.)

Original-Bug: 394674201
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1270428
Original-Revision: 28fd34589cd365c10b9b15a024c0598026ef1989
GitOrigin-RevId: be0859cf13811230e10ae628ecfb0600d576605e
Change-Id: I22e50d84092078dd733a9cca309b7682bca70045
1 file changed
tree: 2b1c376981a82e29270174041bb085fae4a21ab6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.