Skip to content

Instantly share code, notes, and snippets.

@ozinal
Created September 16, 2019 08:53
Show Gist options
  • Save ozinal/2fcd1d9464453130171268a854126636 to your computer and use it in GitHub Desktop.
Save ozinal/2fcd1d9464453130171268a854126636 to your computer and use it in GitHub Desktop.
/opt/mango/apache-tomcat-7.0.39/bin/catalina.sh run
Using CATALINA_OPTS:
>> -Xms512m
>> -Xmx1g
>> -Xmn400m
>> -Xss128m
>> -XX:+UseParallelGC
>> -XX:ParallelGCThreads=4
>> -XX:PermSize=128m
>> -XX:MaxPermSize=512m
>> -XX:MaxTenuringThreshold=3
>> -XX:SurvivorRatio=4
>> -Dworkbench.cfg.profile=-mod310
>> -Xms1024m
>> -Xmx2048m
>> -Dsvnkit.wc.17=false
>> -XX:MaxPermSize=512m
>> -Xss228k
>> -XX:+UseParallelGC
>> -XX:MaxGCPauseMillis=1500
>> -XX:GCTimeRatio=9
>> -server
>> -XX:+DisableExplicitGC
>> -XX:OnOutOfMemoryError=/opt/mango/apache-tomcat-7.0.39/bin/collect_info_on_OOM.sh
>> -Dcom.sun.management.jmxremote.port=8090
>> -Dcom.sun.management.jmxremote.ssl=false
>> -Dcom.sun.management.jmxremote.authenticate=true
>> -Dcom.sun.management.jmxremote.password.file=/opt/mango/apache-tomcat-7.0.39/conf/jmxremote.password
>> -Dcom.sun.management.jmxremote.access.file=/opt/mango/apache-tomcat-7.0.39/conf/jmxremote.access
>> -Djava.awt.headless=true
Using JAVA_OPTS:
>> -Xms512m
>> -Xmx1g
>> -Xmn400m
>> -Xss128m
>> -XX:+UseParallelGC
>> -XX:ParallelGCThreads=4
>> -XX:PermSize=128m
>> -XX:MaxPermSize=512m
>> -XX:MaxTenuringThreshold=3
>> -XX:SurvivorRatio=4
>> -Dworkbench.cfg.profile=-mod310
>> -Dcom.sun.management.jmxremote=
>> -Dcom.sun.management.jmxremote.port=8090
>> -Dcom.sun.management.jmxremote.ssl=false
>> -Dcom.sun.management.jmxremote.password.file=/opt/jetbrains/profiles/.IntelliJIdea2019.1/system/tomcat/modSpace/jmxremote.password
>> -Dcom.sun.management.jmxremote.access.file=/opt/jetbrains/profiles/.IntelliJIdea2019.1/system/tomcat/modSpace/jmxremote.access
>> -Djava.rmi.server.hostname=127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment