Created
February 9, 2011 20:41
-
-
Save robheittman/819236 to your computer and use it in GitHub Desktop.
Sample cluster config files (in production)
This file contains 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
-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 |
This file contains 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
# 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