services.logstash.extraJvmOptions

NixOS option

Extra JVM options, one per line (jvm.options format).

type: strings concatenated with "\n"
Default
""
Example
''
  -Xms2g
  -Xmx2g
''
declared in: nixos/modules/services/logging/logstash.nixView source on NixOS/nixpkgs →