(六十一)eclipse老是卡顿的问题解决办法

1、将eclipse.ini中的所有内存夸大一倍

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms256m
-Xmx1024m

2、在cmd中启动eclipse,命令如下

     eclipse.exe路径  -clean

     示例如下所示:

原文地址:https://www.cnblogs.com/fuyanan/p/4484129.html