Eclipse 总是在项目构建时挂起

Eclipse 总是在项目构建时挂起

我曾尝试在我的 Eclipse Luna 64 位版本(具有 Web 支持)中运行一个简单的 Web 项目,但是每次我尝试构建我的项目时,它都会冻结并且即使在构建的 3% 和 7% 时也变得无响应。

我的 Ubuntu 配置是: 14.04 LTS Intel® Core™ i5-3210M CPU @ 2.50GHz × 4 Intel® Ivybridge Mobile Graphic 64 位操作系统

我还修改了我的 eclipse ini 文件以分配更多内存,如下所示:

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-Dorg.eclipse.swt.browser.DefaultType=mozilla
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.7
-XX:+UseParallelGC
-XX:PermSize=512M
-XX:MaxPermSize=2048M
-Xms1024m
-Xmx2048m

此外,我已禁用自动构建。请建议我还能做些什么来解决这个问题?

相关内容