Java Heap Memory Allocation
843802Jan 22 2007 — edited Jan 22 2007Hi there!
I'm trying to increase Java Heap size for Java WS applications. I have entered the below in the deployment properties:
deployment.javapi.jre.1.5.0_03.args=-DcheckMemory\=false -Xms32m �Xmx256m -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:NewRatio=2 -Dsun.java2d.ddoffscreen=false
As a result I have been getting the following messsage: "Several Java Virtual Machines running in the same process caused an error" or, whilst trying different combinations: "Java Plug-in Fatal Error - The Java Runtime Environment cannot be loaded".
Once I get the first error I am forced to log-out otherwise any Java Apps started will get the error, can't see any processes to kill in the Task Manager either.
Any help would be muchly appreciated!!
Many thanks,
.//phil