heapTriggerCoefficient
The GC is scheduled when Kotlin heap overflows heapTriggerCoefficient * targetHeapBytes.
Default: 0.9
Exceptions
IllegalArgumentException
- when value is outside (0, 1] interval.
The GC is scheduled when Kotlin heap overflows heapTriggerCoefficient * targetHeapBytes.
Default: 0.9
IllegalArgumentException
- when value is outside (0, 1] interval.