pauseOnTargetHeapOverflow property
If true, the GC will pause Kotlin threads
when Kotlin heap overflows targetHeapBytes
and will resume them only after current GC is done.
Implementation
external Boolean pauseOnTargetHeapOverflow;
If true, the GC will pause Kotlin threads
when Kotlin heap overflows targetHeapBytes
and will resume them only after current GC is done.
external Boolean pauseOnTargetHeapOverflow;