Typical production recommendations on a JVM level are: - max. ca. 1.5 GB per JVM (constraints according to http://java.sun.com/docs/hotspot/HotSpotFAQ.html#gc_heap_32bit)
- 1-2 cores per JVM Hence the JVM will limit your options more than OFBiz which runs inside. BTW: I would be interested whether anyone has made experience with OFBiz running in "split mode" i.e. e.g. frontend parts (ecommerce shop, orderenty) running on a dedicated machine while all backoffice applications (accounting etc.) would run on another dedicated machine. Also, I would like to understand whether anyone runs active-active or active-passive loadbalancing configurations or even clusters. Thanks & regards Carsten
