Re: OFBiz crash on high load
Posted by Walter Vaughan on Aug 09, 2006; 10:53pm
URL: http://ofbiz.116.s1.nabble.com/OFBiz-crash-on-high-load-tp141304p141309.html
Mamdouh Kaadan wrote:
> The run command is: "%JAVA_HOME%\bin\java" -Xms256M -Xmx1024M -jar
> ofbiz.jar
You say the problems seem to be related to load. With 3 Gig of memory, you might
want to rethink your java memory allocation. From my feeble memory, the minimum
should be close to the maximum available and the maximum should be close to 75%
or more available memory. In this case, I'd try to move it to
"%JAVA_HOME%\bin\java" -Xms2048M -Xmx2560M -jar ofbiz.jar
quid pro ergo prompter hoc
What version of Java SDK are you running?
What's your commit charge look like under load?
Have you turned all the other services off that are not related to your OFBiz
installation?
Will TPTB at your enterprise allow you to run the OFBiz server using a "normal"
ServerOS like Linux,Solaris,FreeBSD,Mac-Xserve?
When did you last do a SVN update with OFBiz?
Do you have some anti-virus running?
Have you tried setting the Processor affinity to a single CPU?
Did you turn off HyperThreading in the BIOS?