Could not reserve enough space for object heap
843829Mar 2 2009 — edited Mar 5 2009Hi All,
I am using JDK 1.6 in windows xp 2GB Ram.
When i run my application in my machine it works fine
But when i remote desktop my machine from another machine of same config am getting
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
In my server start up script i have configured the heap size as
-XX:PermSize=512m -XX:MaxPermSize=512m -Xmx1200m
Can any one help me to trigger out the problem
Naresh