setMinHeapSize

abstract fun setMinHeapSize(@Nullable heapSize: String)(source)

Sets the minimum heap size for the process. Supports the units megabytes (e.g. "512m") and gigabytes (e.g. "1g").

Parameters

heapSize

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