targetHeapUtilization
What fraction of the Kotlin heap should be populated. Only used if autotune is true. See targetHeapBytes for more details.
Default: 0.5
Unused in legacy MM.
Exceptions
IllegalArgumentException
- when value is outside (0, 1] interval.