heapTriggerCoefficient
The GC is scheduled when Kotlin heap overflows heapTriggerCoefficient * targetHeapBytes.
Default: 0.9
Since Kotlin
1.9Throws
when value is outside (0, 1] interval.
The GC is scheduled when Kotlin heap overflows heapTriggerCoefficient * targetHeapBytes.
Default: 0.9
when value is outside (0, 1] interval.
Thanks for your feedback!