Class LinuxMemoryAvailable

java.lang.Object
com.illumon.iris.db.tables.remotequery.LinuxMemoryAvailable

public class LinuxMemoryAvailable extends Object
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.