Updated Branches: refs/heads/cassandra-1.2 8bedb5720 -> f5618e36d refs/heads/cassandra-2.0 2c84b1403 -> 7f117da0c refs/heads/trunk 972184bf7 -> 4677e940f
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/cassandra-2.0 Commit: 1ae996d38259ad6d18fef7344b745eba8af56a4d Parents: 2c84b14 Author: Brandon Williams <[email protected]> Authored: Wed Sep 11 09:36:09 2013 -0500 Committer: Brandon Williams <[email protected]> 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"
