jvmArguments

@Input
@Optional
val jvmArguments: ListProperty<String>

JVM arguments passed to the process-isolated worker that generates the SDL, e.g. listOf("-Xmx2g").

SDL generation runs in a forked JVM that uses the Gradle default heap. Schemas large enough to exhaust that heap (resulting in an OutOfMemoryError) can raise it by configuring these arguments. Defaults to an empty list, i.e. no additional JVM arguments.