elodina / datastax-enterprise-mesos

DataStax Enterprise on Mesos
http://www.elodina.net
15 stars 4 forks source link

Better memory support #70

Closed olegkovalenko closed 8 years ago

olegkovalenko commented 8 years ago

MOTIVATION Avoid OOM errors on servers when node --mem option is less than 1/2 total RAM on server.

PROPOSED CHANGE: Extract Xmx ans Xmn from cassandra-jmv-options

RESULT: flexible memory configuration

dmitrypekar commented 8 years ago

Merged. Thank you for the update.

olegkovalenko commented 8 years ago

Thanks!