mirror of https://github.com/apache/cassandra
enable assertions by default. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@774568 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d7203266a
commit
1fdfad82b3
|
|
@ -19,6 +19,7 @@ done
|
|||
|
||||
# Arguments to pass to the JVM
|
||||
JVM_OPTS=" \
|
||||
-ea \
|
||||
-Xdebug \
|
||||
-Xrunjdwp:transport=dt_socket,server=y,address=8888,suspend=n \
|
||||
-Xms128M \
|
||||
|
|
|
|||
Loading…
Reference in New Issue