What is the maximum value I can specify in the -Xmx JVM parameter on a 32bit machine?
I have 4 gig of RAM on the machine, but I get the following if I specify more than -Xmx1024m:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
I'm not using much RAM on any other processes, so there should be plenty to go around.
Any ideas?
I have 4 gig of RAM on the machine, but I get the following if I specify more than -Xmx1024m:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
I'm not using much RAM on any other processes, so there should be plenty to go around.
Any ideas?