myeclipse8.6内存问题,求高手帮忙!!
我用的是myeclipse8.6,导入的项目比较大,有400多M,然后就非常卡,然后会报一个弹窗。弹窗内容如下:
MyEclipse has detected that less than 5% of the 16MB of Survivor Space (Heap memory) space remains.
It is strongly recommended that you exit and restart MyEclipse with new virtual machine
memory paramters to increase this memory. Failure to do so can result in data loss.
Recommended memory arguments:
-vmargs
-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
然后我修改了配置文件 myeclipse.ini的
-vmargs
-Xmx640m
-XX:MaxPermSize=640m
-XX:ReservedCodeCacheSize=64m
但还是有上面的提示,好像是我的修改没起到作用。希望有遇到过的朋友帮忙解决下,谢谢 --------------------编程问答-------------------- myeclipse8.6内存
项目有时候会报outofmerry等异常
你可以把tomcat 配置文件
再加大一点 --------------------编程问答-------------------- win7系统? --------------------编程问答--------------------
没有用tomcat,就直接导进去项目就很卡,然后弹出的弹窗提示的信息。 --------------------编程问答--------------------
用的xp系统 --------------------编程问答-------------------- 同样的情况求解 --------------------编程问答-------------------- 修改配置的那个,我也修改了,也没起作用,情况一模一样
--------------------编程问答-------------------- 对,就是win7系统 --------------------编程问答-------------------- 改eclipse.ini
补充:Java , Eclipse