Copy from Tmc
为了该死的ssh 只能暂时性使用myeclipse (那个自动生成太BT了) 然后 当这个myeclipse开了时间一长,马上出现如下的警告
CODE:
MyEclipse has detected that less than 5% of the 64MB of Perm Gen (Non-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. The recommended Eclipse memory parameters are: eclipse.exe -vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M
[Copy to clipboard]
然后,过会,当偶进行什么添加操作时 就会自我毁灭 严重BS一记
找了下网上的方法 MyEclipse的解决方法如下: 修改启动参数,把最初JVM的分配内存调高就行了~~~ 这素偶原来的:
CODE:
D:/MyEclipse3.2/eclipse/eclipse.exe -product com.genuitec.myeclipse.product.ide -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M
[Copy to clipboard]
更改后的:
CODE:
D:/MyEclipse3.2/eclipse/eclipse.exe -product com.genuitec.myeclipse.product.ide -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M
[Copy to clipboard]
现在myeclipse启动时间未到1小时,所以也不好判断是否有效
让偶继续吃螃蟹去
ps:改好后,连启动都刷的一下就好了,这不素幻觉