cinchapi / concourse

Distributed database warehouse for transactions, search and analytics across time.
http://concoursedb.com
Apache License 2.0
315 stars 233 forks source link

Configure JVM options #125

Open jtnelson opened 8 years ago

jtnelson commented 8 years ago

http://blog.sokolenko.me/2014/11/javavm-options-production.html

chandresh-pancholi commented 8 years ago

Please assign this issue to me.

jtnelson commented 8 years ago

@chandresh-pancholi you can go ahead and tackle this one

chandresh-pancholi commented 8 years ago

@jtnelson https://gist.github.com/chandresh-pancholi/0f19d2cb3fd90fd9309b6c7117496960 please provide default value. I will commit. Currently -Xms1024m -Xmx1024m both values are same. it doesn't leave space for young generation as its a 1/3 of heap size.

jtnelson commented 8 years ago

@chandresh-pancholi let's put this issue on hold for a sec because i need to do more research on some of the options that we're not already setting. Also, we'll upgrade to java 8 after the next release so we'll need to think about JVM tuning as a whole