在 Windows 计算机上将 Jboss 5.1.0 作为服务运行时出现 PermGen space 错误。
在 Windows 计算机上将 Jboss 5.1.0 作为服务运行时如何出现 PermGen space 错误?
How do I get PermGen space error on running Jboss 5.1.0 as a service on Windows machine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 JBoss 是由
bin\run.bat
文件启动的(至少我在service.bat
文件中看到类似的内容)。在这种情况下,编辑
run.conf.bat
文件并更改-XX:MaxPermSize
参数就足够了。这些参数允许您设置永久代空间大小。I think that JBoss is started by
bin\run.bat
file (at least I see something like that inservice.bat
file).In that case it should be sufficient to edit
run.conf.bat
file and change the-XX:MaxPermSize
parameter. These parameter allows you to set up perm gen space size.