About selecting a hosting service for websites written in GWT with Java on the server side. Does anyone have some good guideline for JVM Mem settings? Some hosting services are limiting JVM memory I was called a JVM per CPU core but what about the MAM settings?
Best regards,
Nicklas Lindberg
Multiple JVM memory footprint will increase We used to run single JVM for 64 core machines too. You have to organize your JVM parameter accordingly. Please see the following link
http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-java-heap.html
Comments
Post a Comment