码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2015-05-07 11:47:55      阅读:1873      评论:0      收藏:0      [点我收藏+]

标签:

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

     示例如下所示:

技术分享

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

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!