Вопрос

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.

Это было полезно?

Решение

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>"
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top