Eclipse - Android GUI设计师令人难以置信的滞后和内存密集

时间:2012-05-04 22:13:20

标签: android eclipse memory lag

我遇到了Android GUI设计师的严重问题。

我曾经能够很好地编辑视图,但我在更新方面远远落后。更新后,GUI编辑器开始滞后。

当我在视图上编辑属性时,此图片中的图像按钮会不断闪烁。

The controls flash

内存使用量猛增。任务管理器显示我的RAM完全达到8演出。 (javaw.exe~6.5演出内存使用量)

一旦我从GUI编辑器切换到代码编辑器,它就会停止滞后,但内存使用率保持不变。

这是我的eclipse.ini配置

-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
1024m
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
1024m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms512m
-Xmx1024m
-XX:MaxPermSize=512m

它正在成为一种负担。

我使用Eclipse和Java 64位运行Windows 7 64位。

0 个答案:

没有答案