PROTOCOLS
MemoryPressure
Defined in fuchsia.memory.debug/debug.fidl
Helps debug memory-pressure related features on a fuchsia device.
Signal
Signals registered watchers of the fuchsia.memorypressure service with the specified memory pressure level. Intended for debugging only. Does not on its own change the memory pressure level of the system, or trigger any kernel memory reclamation tasks. However the components listening will receive a memory pressure signal which can lead to a change in the memory usage of the device, and an actual change in the memory pressure level of the system.
Request
Name | Type |
---|---|
level |
fuchsia.memorypressure/Level
|