BaseForkOptions

API Documentation:BaseForkOptions

Fork options for compilation. Only take effect if fork is true.

Properties

PropertyDescription
jvmArgs

Returns any additional JVM arguments for the compiler process. Defaults to the empty list.

memoryInitialSize

The initial heap size for the compiler process. Defaults to null, in which case the JVM's default will be used.

memoryMaximumSize

The maximum heap size for the compiler process. Defaults to null, in which case the JVM's default will be used.

Methods

No methods

Script blocks

No script blocks

Property details

Returns any additional JVM arguments for the compiler process. Defaults to the empty list.

Default:
[]

Property<String> memoryInitialSize

The initial heap size for the compiler process. Defaults to null, in which case the JVM's default will be used.

Default:
null

Property<String> memoryMaximumSize

The maximum heap size for the compiler process. Defaults to null, in which case the JVM's default will be used.

Default:
null