targetHeapUtilization property

Long targetHeapUtilization
getter/setter pair

What fraction of the Kotlin heap should be populated.

Only used if autotune is true.

See targetHeapBytes for more details.

Implementation

external Long targetHeapUtilization;