Class LinuxMemoryAvailable
java.lang.Object
com.illumon.iris.db.tables.remotequery.LinuxMemoryAvailable
On Linux systems we can read /proc/meminfo to understand how much memory is available.
The Dispatcher can use this information to prevent starting workers that would exhuast memory on the system.
See proc(5) for details.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The memory available, in bytes as reported by /proc/meminfo. -
Method Summary