mirror of https://github.com/apache/cassandra
revert CASSANDRA-11949 3.0+
This commit is contained in:
parent
9c3624432e
commit
6b241097b4
|
|
@ -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"""
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue