I get the following error when creating a Gradle project, but SpringToolSuite works fine
Error occured during the initialization of VM Could not reserve enough space for object heap Error: Could not create Java Virtual Machine Error: A fatal exception has occurred. Program will exit.
I have 4 GB of RAM, my OS is 64-bit, and I recently updated Java from 1.6 to 1.7
And this is my sts.ini
-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
I tried all kinds of options -Xms and -Xmx and still the same error.
source share