Skip to content

Instantly share code, notes, and snippets.

@atz
Created November 6, 2014 19:08
Show Gist options
  • Save atz/474e45435749556f64d1 to your computer and use it in GitHub Desktop.
Save atz/474e45435749556f64d1 to your computer and use it in GitHub Desktop.
jetty options
--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