Skip to content

Instantly share code, notes, and snippets.

@rwunsch
Created September 3, 2016 17:43
Show Gist options
  • Save rwunsch/84c83e06f0e3589c91f7ca26a32eee22 to your computer and use it in GitHub Desktop.
Save rwunsch/84c83e06f0e3589c91f7ca26a32eee22 to your computer and use it in GitHub Desktop.
GCOPT="-verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:${CURR_DIR}/logs/gc_`date +%Y%m%d-%H%M%S`.log"
java $CQ_JVM_OPTS $GCOPT -jar $CURR_DIR/$CQ_JARFILE $START_OPTS &
echo $! > $CURR_DIR/conf/cq.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment