Bernhard Roth created CASSANDRA-4638:
----------------------------------------
Summary: Patch to bin/cassandra to use 64bit JVM if available
Key: CASSANDRA-4638
URL: https://issues.apache.org/jira/browse/CASSANDRA-4638
Project: Cassandra
Issue Type: Improvement
Components: Core
Affects Versions: 1.1.4
Environment: Tested on Solaris 11 with Oracle supplied JVM 1.6 and 1.7
Reporter: Bernhard Roth
Attachments: cassandra.patch
Cassandra uses by default the JAVA binary at $JAVA_HOME/bin and complains at
start that the 64bit version should be used.
Well, even if the 64bit JAVA version is installed, cassandra still does not use
it.
Attached patch solves this problem by checking if $JAVA_HOME/bin/amd64/java
binary exists. If yes, it will be used for cassandra.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira