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