targetHeapUtilization
What fraction of the Kotlin heap should be populated. Only used if autotune is true. See targetHeapBytes for more details.
Default: 0.5
Since Kotlin
1.9Throws
when value is outside (0, 1] interval.
What fraction of the Kotlin heap should be populated. Only used if autotune is true. See targetHeapBytes for more details.
Default: 0.5
when value is outside (0, 1] interval.
Thanks for your feedback!