Fix JVM_EXTRA_OPTS in Windows startup scripts

Patch by jmckenzie; reviewed by pthompson for CASSANDRA-9335
This commit is contained in:
Josh McKenzie 2015-05-08 12:30:17 -05:00
parent ef8dc67156
commit a431d846c1
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ Function SetCassandraEnvironment
#$env:JVM_OPTS="$env:JVM_OPTS -Dcom.sun.management.jmxremote.password.file=C:/jmxremote.password"
$env:JVM_OPTS="$env:JVM_OPTS -Dcassandra.jmx.local.port=$JMX_PORT -XX:+DisableExplicitGC"
$env:JVM_OPTS="$env:JVM_OPTS $JVM_EXTRA_OPTS"
$env:JVM_OPTS="$env:JVM_OPTS $env:JVM_EXTRA_OPTS"
$env:JVM_OPTS = "$env:JVM_OPTS -Dlog4j.configuration=log4j-server.properties"
}