在 Windows 计算机上将 Jboss 5.1.0 作为服务运行时出现 PermGen space 错误。

发布于 2024-09-28 14:43:01 字数 64 浏览 1 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

够钟 2024-10-05 14:43:02

我认为 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 in service.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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文