MyNixOS website logo
option

services.gocd-server.extraOptions

Specifies additional command line arguments to pass to Go.CD server's java process. Example contains debug and gcLog arguments.

Declarations
Type
list of string
Default
[ ]
Example
[
  "-X debug"
  "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
  "-verbose:gc"
  "-Xloggc:go-server-gc.log"
  "-XX:+PrintGCTimeStamps"
  "-XX:+PrintTenuringDistribution"
  "-XX:+PrintGCDetails"
  "-XX:+PrintGC"
]