Recently it may be because the company project is large, after starting the MyEclipse often prompt the insufficient memory warning box, as follows:
In fact, click Close, also does not affect the use, but every time pop this box is very annoying, so I figured out to find solutions, online a lot of solutions, but I have tried a bit, can not. Below is my solution (pro-test, perfect solution):
My Computer memory is 4G, so I set the Myeclipse.ini (in the MyEclipse installation directory) is set as follows:
-startupc:/users/daily/appdata/local/genuitec/common/plugins/org.eclipse.equinox.launcher_1.0.201.r35x_ v20090715.jar--launcher.libraryc:/users/daily/appdata/local/genuitec/common/plugins/ org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519-installd:/myeclipse-8.6-vmc:/users/daily/ appdata/local/genuitec/common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/ JVM.DLL-CONFIGURATIONCONFIGURATION-VMARGS-XMS512M-XMX1024M-XX:PERMSIZE=512M-XX:MAXPERMSIZE=512M-XX: reservedcodecachesize=100m
The memory of the small in accordance with their own circumstances, when modified do not click the desktop shortcut to start MyEclipse, be sure to myeclipse installation directory Click myeclipse.exe start, so as to take effect.
To see if the configuration you modified is working, you can use Windows->preferences->general to tick show heap status. A Trash can icon pops up in the lower right corner, showing the current memory usage Please verify that the current maximum memory is 1024m (-xmx1024m of the corresponding profile), and if so, the modified configuration is in effect and the problem is resolved.
MyEclipse8.6 prompt for out-of-memory solutions (pro-Test, perfect solution)