eclipse 不断的日食崩溃
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10830112/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
constant eclipse crashes
提问by mismas
I am using the latest eclipse version (Indigo) on a machine: CPU: Intel Core i5 2.4 GHz, 8 GB RAM, 64-bit Windows, and eclipse keeps freezing very frequently. I increased all the memory things (permgen ...), but it did not help. When it stops responding a window pops out with the following data:
我在一台机器上使用最新的 eclipse 版本 (Indigo):CPU:Intel Core i5 2.4 GHz,8 GB RAM,64 位 Windows,eclipse 经常卡死。我增加了所有内存的东西(permgen ...),但它没有帮助。当它停止响应时,会弹出一个包含以下数据的窗口:
Java was started but returned exit code= -805306369
-XX:PermSize=256M
-XX:MaxPermSize = 512M
-Xms512m
-Xmx1024m
...
If you need more input, please feel free to ask :)
如果您需要更多输入,请随时询问:)
Any help would be very appreciated. Thank you, in advance.
任何帮助将不胜感激。先感谢您。
回答by mhan
Looking at your 64 bit Windows; I remembered this thread. See if the solution there resolves it
查看您的 64 位 Windows;我想起了这个话题。看看那里的解决方案是否解决了它
https://superuser.com/questions/314015/eclipse-crashed
https://superuser.com/questions/314015/eclipse-crashed
Also as my comments above suggests; a -clean start to eclipse is a good idea, as you have good enough RAM to get it cleaned faster. Slower machines will struggle cleaning every time you start eclipse.
同样正如我上面的评论所暗示的那样;-clean start to eclipse 是一个好主意,因为你有足够的内存来更快地清理它。每次启动 eclipse 时,较慢的机器都会难以清洁。
回答by HimalayanCoder
Run eclipse with -clearPersistedState from terminal/command prompt
从终端/命令提示符使用 -clearPersistedState 运行 eclipse