문제

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