setAllJvmArgs

abstract fun setAllJvmArgs(arguments: List<String>)
abstract fun setAllJvmArgs(arguments: Iterable<out Any>)

Sets the full set of arguments to use to launch the JVM for the process. Overwrites any previously set system properties, minimum/maximum heap size, assertions, and bootstrap classpath.

Parameters

arguments

The arguments. Must not be null.