We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
service.pp contains default JVM options in $default_jvm_options but they don't seem to be used.
service.pp
$default_jvm_options
Instead, defaults are hard-coded in jvm.options.erb.
jvm.options.erb
Defaults should be defined only once.