puppet: use OPENVOXSERVER_JAVA_ARGS for puppetserver JVM args #451
Reference in New Issue
Block a user
Delete Branch "benvin/openvox-java-args"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The
ghcr.io/openvoxproject/openvoxserverimage readsOPENVOXSERVER_JAVA_ARGS(/etc/default/puppetserver:JAVA_ARGS=$OPENVOXSERVER_JAVA_ARGS) and ships noPUPPETSERVER_*alias, so our heap/JMX flags have been inert since the fork switch — live masters and compilers run the image default-Xms1024m -Xmx1024mwith no JMX.How
PUPPETSERVER_JAVA_ARGStoOPENVOXSERVER_JAVA_ARGSinpuppetserver-master-config,puppetserver-compiler-configandpuppetserver-init-config.perms-and-dirsinit container indeployment_puppetserver-compiler.yaml.-Xms1024m -Xmx3072mplus the JMX flags); heap tuning is a separate call.