
Originally Posted by
Chris_H As an aside, I'd question the wisdom of going to such a large JVM heapsize unless you know what you're doing and are willing to put in the time to tune the heap allocation and GC settings. With such a large heap your GC times can have a very detrimental impact on app performance without proper tuning (eden size, survivor space sizes, collector implementation chosen, etc.). The defaults won't generally perform well in that circumsance. If you do decide to use a large heap I'd recommend that you read up on hugepage support as well.