maxHeapSize

@get:Optional
@get:Input
abstract val maxHeapSize: Property<String>

Property to specify the max heap size (-Xmx option) of JVM process. Default value is empty so the default configuration made by Gradle will be used.