dotty.tools.languageserver.Memory
Attributes
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Self type
-
Members list
Is memory critically low?
Is memory critically low?
Attributes
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