I got 4gb of RAM. If i tried to set JAVA_OPTS to 2048m (ie. set JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx2048m)
I am getting the following error
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the
Java virtual machine.
Any suggestions on how to increase the heap size ?
Thanks in Advance