简体   繁体   English

安装JBoss之后,Eclipse不断崩溃

[英]Eclipse keeps crashing after installation of JBoss

Since installing JBoss eclipse keeps crashing when developing a new project. 由于安装JBoss eclipse会在开发新项目时不断崩溃。 This is the information I get when it crashes. 这是崩溃时我得到的信息。 I have increased the memory available to it also but it doesn't seem to have made any difference, anyone got any ideas?? 我也增加了可用的内存,但似乎没有什么区别,任何人都有任何想法?? thanks. 谢谢。 eclipse_crash_image

I would assume a problem with memory allocation. 我会假设内存分配有问题。

First, it's strange having memory setting twice in the eclipse configuration (you have the switches -Xms and -Xmx two times). 首先,在eclipse配置中两次设置内存(这是两次-Xms和-Xmx开关)是很奇怪的。 Second, -Xms2048m and -Xmx3548m seems really too much. 其次,-Xms2048m和-Xmx3548m似乎实在太多了。 I never used so much memory. 我从来没有用过太多的记忆。 Additionally, you might try to increase the perm size to 256m. 此外,您可以尝试将烫发大小增加到256m。 Give it a try. 试试看。

In your eclipse.ini file, you have a line with "--launcher.XXMaxPermSize". 在您的eclipse.ini文件中,一行带有“ --launcher.XXMaxPermSize”。 Directly beneath that, you type in the max perm size. 在其正下方,键入最大烫发大小。 That way, you do not need a swith with "-XX:MaxPermSize" in the vmargs section. 这样,您就不需要在vmargs部分中使用带有--XX:MaxPermSize的开关。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM