Domanda

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.

È stato utile?

Soluzione

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>"
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top