Memory

object Memory
class Object
trait Matchable
class Any

Value members

Concrete methods

Is memory critically low?

Is memory critically low?

def stats(): String

Concrete fields

If total available memory is unknown, memory is judged to be critical if after a GC free memory divided by used memory is under this threshold.

If total available memory is unknown, memory is judged to be critical if after a GC free memory divided by used memory is under this threshold.

Memory is judged to be critical if after a GC the amount of used memory divided by total available memory exceeds this threshold.

Memory is judged to be critical if after a GC the amount of used memory divided by total available memory exceeds this threshold.