setJvmArgs

open fun setJvmArgs(arguments: List<String>)(source)
open fun setJvmArgs(arguments: Iterable<out Any>)(source)

Sets the extra arguments to use to launch the JVM for the process. System properties and minimum/maximum heap size are updated.