ECLIPSE appears frequently - not responding! ! !

Phenomenon: Startup eclipse is slow, and the startup often fails to respond. Occasionally when opening a project, there is also no response.

 

Cause: Insufficient virtual memory, or insufficient memory on the computer itself. But for the vast majority of PCs at present, the memory should be sufficient, so it can be solved by modifying the virtual memory parameters.

 

Solution:

In the eclipse installation directory, replace the last few lines of the eclipse.ini file with the last few lines in bold below.


-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx512m
-XX:PermSize=128M
-XX:MaxPermSize=128M
-XX:+UseParallelGC
-Xverify:none

Phenomenon: Startup eclipse is slow, and the startup often fails to respond. Occasionally when opening a project, there is also no response.

 

Cause: Insufficient virtual memory, or insufficient memory on the computer itself. But for the vast majority of PCs at present, the memory should be sufficient, so it can be solved by modifying the virtual memory parameters.

 

Solution:

在eclipse安装目录下,将eclipse.ini文件最后几行与下面最后几行黑体字进行替换。


-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx512m
-XX:PermSize=128M
-XX:MaxPermSize=128M
-XX:+UseParallelGC
-Xverify:none

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324931088&siteId=291194637