Class LinuxMemoryAvailable

java.lang.Object
io.deephaven.util.process.LinuxMemoryAvailable

public final 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.

  • Method Details