Changing memory settings in eclipse.ini entries Failed to create JVM

I have the following problem. When I try to collect memory for the JVM in a file eclipse.ini, I always get an exception Could not create Java Virtual Machine.

My current memory settings

-Xms1024m
-Xmx1024m
-Xmn256m
-Xss2m

And I would like to raise them to

-Xms2048m 
-Xmx2048m
-Xmn512m
-Xss2m

I am running 32 bit Java, JDK 1.6. I have a 64-bit machine with 12 GB of memory. The reason I am not using 64-bit Java is because we encountered some problems while developing our applications, so we returned to the 32-bit version.

Thanks so much for the advice.

EDIT

, , , Eclipse. , Xms, 512 , , 1024 , ( ) -.

enter image description here

+5
1

, Xms , Xmx, , , Java VM . Xmx , Java VM, Xms - , , . , .

+8

All Articles