MyNixOS website logo
option

services.gocd-agent.startupOptions

Specifies startup command line arguments to pass to Go.CD agent java process.

Declarations
Type
list of string
Default
[
  "-Xms${config.services.gocd-agent.initialJavaHeapSize}"
  "-Xmx${config.services.gocd-agent.maxJavaHeapMemory}"
  "-Djava.io.tmpdir=/tmp"
  "-Dcruise.console.publish.interval=10"
  "-Djava.security.egd=file:/dev/./urandom"
]