revert CASSANDRA-11949 3.0+

This commit is contained in:
Josh McKenzie 2016-06-30 16:33:34 -04:00
parent 9c3624432e
commit 6b241097b4
2 changed files with 0 additions and 2 deletions

View File

@ -327,7 +327,6 @@ Function SetCassandraEnvironment
# times. If in doubt, and if you do not particularly want to tweak, go
# 100 MB per physical CPU core.
New-Item -Force -ItemType directory -Path $env:CASSANDRA_HOME/logs/ | Out-Null
#GC log path has to be defined here since it needs to find CASSANDRA_HOME
$env:JVM_OPTS="$env:JVM_OPTS -Xloggc:""$env:CASSANDRA_HOME/logs/gc.log"""

View File

@ -121,7 +121,6 @@ case "$jvm" in
;;
esac
mkdir -p ${CASSANDRA_HOME}/logs/
#GC log path has to be defined here because it needs to access CASSANDRA_HOME
JVM_OPTS="$JVM_OPTS -Xloggc:${CASSANDRA_HOME}/logs/gc.log"