Created
November 6, 2014 19:08
-
-
Save atz/474e45435749556f64d1 to your computer and use it in GitHub Desktop.
jetty options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--exec | |
-Xmx2000m | |
-XX:+PrintCommandLineFlags | |
-XX:+UseConcMarkSweepGC | |
-XX:+CMSClassUnloadingEnabled | |
-XX:PermSize=64M | |
-XX:MaxPermSize=256M | |
# Some logging | |
-Dorg.eclipse.jetty.util.log.IGNORED=true | |
-Dorg.eclipse.jetty.LEVEL=DEBUG | |
-Dorg.eclipse.jetty.util.log.stderr.SOURCE=true | |
# Solr logging | |
-Djava.util.logging.config.file=etc/logging.properties | |
-Dlog4j.configuration=file:etc/log4j.properties | |
-Dlog4j.debug=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment