Skip to content

Instantly share code, notes, and snippets.

@robheittman
Created February 9, 2011 20:41
Show Gist options
  • Save robheittman/819236 to your computer and use it in GitHub Desktop.
Save robheittman/819236 to your computer and use it in GitHub Desktop.
Sample cluster config files (in production)
-clean
-vmargs
-DCOMPONENT_CONFIG=instance.ini
-DGetOut=production,verbose,server:21003
-XX:MaxPermSize=256m
-XX:+UseParallelOldGC
-XX:CompileCommand=exclude,org/restlet/engine/http/HeaderReader,readValue
-XX:CompileCommand=exclude,org/restlet/engine/http/PreferenceReader,readPreference
# enable SSL
KEYSTORE=gogoego-keystore
KEYSTORE_PASSWORD=changeit
HTTPS_PORT=11002
# disable memory intensive caching (an experiment)
com.solertium.gogoego.server.cache.enabled=false
com.solertium.gogoego.server.collections.cache.enabled=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment