Success: optimizing the Etherpad Java VM
Date: 2010.01.21 | Category: etherpad
After weeks of tweeking i finally found an environment that works smoothly
2GB VM
I kept my ${MXRAM} at 1800M
$JAVA -classpath $CP \
-server \
-Xmx${MXRAM} \
-Xms${MXRAM} \
-Djava.awt.headless=true \
-XX:MaxGCPauseMillis=500 \
-XX:+UseParallelGC \
-Dappjet.jmxremote=true \
$JAVA_OPTS \
net.appjet.oui.main \
–configFile=${cfg_file} \
“$@”
Note the lack of logging etc.
Related Posts
- Stress testing Etherpad Open source
- Why is my shibboleth IDP so slow to accept the first connection?
- Etherpad build fails fsc Exception in thread “main” java.lang.NoClassDefFoundError: scala/tools/nsc/CompileClient
- Getting to know etherpad.local.properties
- Problem with Etherpad file import/export