services.dependency-track.javaArgs

NixOS option

Java options passed to JVM. Configuring this is usually not necessary, but for small systems it can be useful to tweak the JVM heap size.

type: list of string
Default
[ ]
Example
[ "-Xmx16G" ] 
declared in: nixos/modules/services/web-apps/dependency-track.nixView source on NixOS/nixpkgs →