Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eclipse 中遇到问题,当我第二次启动我的 android 应用程序时,它显示错误消息。Eclipse GC 开销(堆内存开销)
右键单击项目 选择 RunAs 运行配置 选择您的项目作为 BaseDirectory。代替目标给 eclipse:eclipse install 在第二个选项卡中给 -Xmx1024m 作为 VM 参数。 另一种简单的方法是 打开eclipse.ini并将 Xms(堆的起始内存)和 Xmx(堆的最大内存)值增加到您认为对您的系统和项目合理的值,例如:
eclipse.ini
-Xms512m -Xmx1024m
试试这个。如果问题仍然存在,请告诉我