api / org.gradle.process / JavaForkOptions / setMinHeapSize

setMinHeapSize

abstract fun setMinHeapSize(heapSize: String): Unit

Sets the minimum heap size for the process.

Parameters

heapSize - The minimum heap size. Use null for the default minimum heap size.