Question

I just read the CloudBees developer doc on adjusting PermGen but was wondering if they offer anything else for tuning heap, GC and the JVM in general.

I usually tune my Tomcat apps extensively and would like to deploy my apps to Tomcat instances with the most performant JVM args possible.

Was it helpful?

Solution

JVM parms can be passed using JAVA_OPTS. See https://developer.cloudbees.com/bin/view/RUN/Java+Container. For example:

bees app:deploy -a app_id -R JAVA_OPTS="<parm>=<value>"
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top