Memory

dotty.tools.languageserver.Memory$
object Memory

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Memory.type

Members list

Concise view

Value members

Concrete methods

Is memory critically low?

Is memory critically low?

Attributes

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.

Attributes

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.

Attributes