MyNixOS website logo
option

services.jenkins.extraJavaOptions

Additional command line arguments to pass to the Java run time (as opposed to Jenkins).

Declarations
Type
list of string
Default
[ ]
Example
[
  "-Xmx80m"
]