mirror of https://github.com/apache/cassandra
add jamm agent to cassandra.bat
patch by rene kochen; reviewed by jbellis for CASSANDRA-2787 git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1137695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d2e61dc45
commit
480a399bc2
|
|
@ -1,7 +1,8 @@
|
|||
0.8.2
|
||||
* fix cache mbean getSize (CASSANDRA-2781)
|
||||
* Add Date, Float, Double, and Boolean types
|
||||
* Add Date, Float, Double, and Boolean types (CASSANDRA-2530)
|
||||
* Add startup flag to renew counter node id (CASSANDRA-2788)
|
||||
* add jamm agent to cassandra.bat (CASSANDRA-2787)
|
||||
|
||||
|
||||
0.8.1
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ if NOT DEFINED JAVA_HOME goto err
|
|||
REM ***** JAVA options *****
|
||||
set JAVA_OPTS=^
|
||||
-ea^
|
||||
-javaagent:%CASSANDRA_HOME%/lib/jamm-0.2.2.jar^
|
||||
-javaagent:%CASSANDRA_HOME%\lib\jamm-0.2.2.jar^
|
||||
-Xms1G^
|
||||
-Xmx1G^
|
||||
-XX:+HeapDumpOnOutOfMemoryError^
|
||||
|
|
|
|||
Loading…
Reference in New Issue