dumpHeapOnOom property

bool? dumpHeapOnOom
getter/setter pair

If true, when processing time is spent almost entirely on garbage collection (GC), saves a heap dump before ending the thread or process.

If false, ends the thread or process without saving a heap dump. Does not save a heap dump when the Java Virtual Machine (JVM) has an out of memory error during processing. The location of the heap file is either echoed back to the user, or the user is given the opportunity to download the heap file.

Implementation

core.bool? dumpHeapOnOom;