tree: 521d9cb8872e624649f404056b1b96cefa611b14 [path history] [tgz]
  1. src/
  2. Cargo.toml
  3. OWNERS
  4. README.md
resourced/README.md

resourced - Chrome OS Resource Management Daemon

resourced supports the following 2 D-Bus interfaces for resource management. Check go/resourced for details.

  • org.chromium.MemoryPressure - low memory notification API
    • When memory pressure is high, notifying subsystems to free memory.
    • Method GetAvailableMemoryKB - returns the available memory.
    • Method GetMemoryMarginsKB - returns the margin (threshold) for critical and moderate memory pressure.