Frage

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.

War es hilfreich?

Lösung

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>"
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top