- This topic has 3 replies, 2 voices, and was last updated 10 years, 8 months ago by support-swapna.
-
AuthorPosts
-
Gary HollandMemberNew Install and I occasionally get a dialog stating: “Failed To Create The Java Virtual Machine” I then have to restart the windows 7/64 system to get it to load Here is my ini, any ideas?
#utf8 (do not remove)
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
–launcher.library
plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201103301700
-vm
C:\appsl\MyEclipse for Spring 2014\binary\com.sun.java.jdk7.win32.x86_1.7.0.u45\jre\bin\client\jvm.dll
-configuration
C:\appsl\MyEclipse for Spring 2014\configuration
-install
C:\appsl\MyEclipse for Spring 2014
-vmargs
-Xmx768m
-XX:MaxPermSize=320m
-XX:ReservedCodeCacheSize=64m
-Dosgi.nls.warnings=ignore
support-swapnaModeratorGary,
Sorry that you are seeing this issue. Looks like the JVM could not allocate the amount of memory specified by (XXMaxPermSize + Xmx).
Can you please answer some more questions for you?
1. Are you working with a large workspace? Go to Window > Preferences > MyEclipse > Files and Editors > JavaScript .Turn Off the JS Code Analysis mode and see if it helps.
2. Do you have any other memory consuming programs running? If yes, then can you please try stopping the programs and see if it helps.
3. Please reduce the memory size to Xmx512m and -XX:MaxPermSize=256m and see if the issue persists.
4. If you are still seeing issues, please let us know if the error pops up during a particular action (ex: working with editors etc). Also attach the .log file which is located at <workspace dir>/.metadata/.log to help us investigate further.
Let us know how it works for you.
Gary HollandMemberI decreased the amount of memory as you suggested and that resolved my issue.
Thanks for the quick response.
support-swapnaModeratorGary,
Glad that the issue is resolved.
Let us know if you see any issues. -
AuthorPosts