ToolOptions

Added in 7.4.0

interface ToolOptions


Summary

Public properties

MutableList<String>

Extra JVM options to give to the out of process worker JVM.

Boolean

If true, run tool workers out of process.

Public properties

jvmOptions

Added in 7.4.0
val jvmOptions: MutableList<String>

Extra JVM options to give to the out of process worker JVM. Useful for setting things like max memory usage

runInSeparateProcess

Added in 7.4.0
var runInSeparateProcess: Boolean

If true, run tool workers out of process.