You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2013/09/11 17:19:29 UTC

[2/9] git commit: preserve jvm_opts w/jemalloc

preserve jvm_opts w/jemalloc


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1ae996d3
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1ae996d3
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1ae996d3

Branch: refs/heads/trunk
Commit: 1ae996d38259ad6d18fef7344b745eba8af56a4d
Parents: 2c84b14
Author: Brandon Williams <br...@apache.org>
Authored: Wed Sep 11 09:36:09 2013 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Wed Sep 11 09:36:09 2013 -0500

----------------------------------------------------------------------
 conf/cassandra-env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1ae996d3/conf/cassandra-env.sh
----------------------------------------------------------------------
diff --git a/conf/cassandra-env.sh b/conf/cassandra-env.sh
index 12cef7e..1ba1a46 100644
--- a/conf/cassandra-env.sh
+++ b/conf/cassandra-env.sh
@@ -222,7 +222,7 @@ fi
 # Configure the following for JEMallocAllocator and if jemalloc is not available in the system 
 # library path (Example: /usr/local/lib/). Usually "make install" will do the right thing. 
 # export LD_LIBRARY_PATH=<JEMALLOC_HOME>/lib/
-# JVM_OPTS="-Djava.library.path=<JEMALLOC_HOME>/lib/"
+# JVM_OPTS="$JVM_OPTS -Djava.library.path=<JEMALLOC_HOME>/lib/"
 
 # uncomment to have Cassandra JVM listen for remote debuggers/profilers on port 1414
 # JVM_OPTS="$JVM_OPTS -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1414"