michaelklishin / cassandra-chef-cookbook

Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent
Apache License 2.0
163 stars 228 forks source link

Add support for '-Dcassandra.boot_without_jna=true' for running C* >= 2.1.0 in low-memory environments #178

Closed zznate closed 9 years ago

zznate commented 9 years ago

JNA attempts to allocate at least ~ 1024mb regardless of jvm settings. This is somewhat described in this issue: https://issues.apache.org/jira/browse/CASSANDRA-6575

And in CCM: https://github.com/pcmanus/ccm/issues/97

michaelklishin commented 9 years ago

Fixed by #179. Thank you, @zznate!