Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Heap Memory Allocation

843802Jan 22 2007 — edited Jan 22 2007
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2007
Added on Jan 22 2007
2 comments
190 views