LowMemory.java | Class | Methods to aid classes recover from OutOfMemoryErrors by denying
or reducing service rather than a complete shutdown of the JVM.
It's intended that classes use to functionality to allow then to
deny service when memory is low to allow the JVM to recover,
rather than start new operations that are probably doomed to
failure due to the low memory.
Expected usage is one instance of this class per major logical
operation, e.g. |