setMinHeapSize

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

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

Parameters

minHeapSize

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