Skip to content

Instantly share code, notes, and snippets.

@rnewson
Created February 19, 2018 19:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save rnewson/4c0b1e2b809da2dbd419f162d7502dc2 to your computer and use it in GitHub Desktop.
exec chpst -u dbcore \
java \
-server \
-Xmx6G \
-Dsun.net.inetaddr.ttl=30 \
-Dsun.net.inetaddr.negative.ttl=30 \
-Dlog4j.configuration=file:/opt/clouseau/etc/log4j.properties \
-cp /opt/clouseau/etc:/opt/clouseau/lib/* \
com.cloudant.clouseau.Main \
/opt/clouseau/etc/clouseau.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment