Merge branch 'cassandra-2.0' into trunk

This commit is contained in:
Jonathan Ellis 2013-11-26 15:19:11 -06:00
commit c1d7291c8d
1 changed files with 0 additions and 2 deletions

View File

@ -195,8 +195,6 @@ startswith() { [ "${1#$2}" != "$1" ]; }
# Per-thread stack size.
JVM_OPTS="$JVM_OPTS -Xss256k"
echo "xss = $JVM_OPTS"
# GC tuning options
JVM_OPTS="$JVM_OPTS -XX:+UseParNewGC"
JVM_OPTS="$JVM_OPTS -XX:+UseConcMarkSweepGC"