pauseOnTargetHeapOverflow
If true, the GC will pause Kotlin threads when Kotlin heap overflows targetHeapBytes and will resume them only after current GC is done.
Default: true, unless autotune is false or maxHeapBytes is less than Long.MAX_VALUE.