services.activemq.extraJavaOptions
NixOS option
Add extra options here that you want to be sent to the Java runtime when the broker service is started.
type: strings concatenated with " "Default
""
Example
declared in: nixos/modules/services/amqp/activemq/default.nixView source on NixOS/nixpkgs →"-Xmx2G -Xms2G -XX:MaxPermSize=512M"