tree: 62bb1f7343913b99da8fd9fe675a8d64cff39500 [path history] [tgz]
  1. dbus/
  2. init/
  3. seccomp/
  4. src/
  5. Cargo.toml
  6. OWNERS
  7. 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.