mirror of https://github.com/apache/cassandra
update launch args in debian init script post-971
Patch by eevans git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@949754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
342f628a0a
commit
fb052422cd
|
|
@ -82,8 +82,7 @@ do_start()
|
|||
-cp `classpath` \
|
||||
-Xmx$JVM_MAX_MEM \
|
||||
-Xms$JVM_START_MEM \
|
||||
-Dcassandra \
|
||||
-Dstorage-config=$CONFDIR \
|
||||
-Dlog4j.configuration=log4j-server.properties \
|
||||
-Dcom.sun.management.jmxremote.port=8080 \
|
||||
-Dcom.sun.management.jmxremote.ssl=false \
|
||||
-Dcom.sun.management.jmxremote.authenticate=false \
|
||||
|
|
|
|||
Loading…
Reference in New Issue