如何修复此错误"Eclipse中超出GC开销限制"

iss*_*sam 11 java eclipse performance android

如何修复此错误"Eclipse中超出了GC开销限制".当我使用ADT android的图形布局时发生了这个问题.

Var*_*run 18

eclipse.ini文件可以编辑.增加内存使用量的值.请参阅下面的示例eclipse.ini文件.

--launcher.XXMaxPermSize
512M

-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m

--launcher.defaultAction
openFile

--launcher.appendVmargs

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize

512m

--launcher.defaultAction

openFile

--launcher.appendVmargs

-vmargs

-Dosgi.requiredJavaVersion=1.6

-Xms512m

-Xmx1024m
Run Code Online (Sandbox Code Playgroud)

Eclipse.ini文件中已更改的区域