weblogic 8.1内存不足

发布于 2024-09-09 03:13:48 字数 127 浏览 5 评论 0原文

如果我长时间不单击垃圾收集器,我的 weblogic 8.1 就会内存不足,我增加了 -Xms512m -Xmx1024m 以及 setdomainenv.bat 中的最大 perm 大小,是否还有其他我错过的方法4 GB(3.2 读)系统

my weblogic 8.1 gives out of memory if i dont click the garbage collector for a long time, i have increased the -Xms512m -Xmx1024m and also the max perm size in setdomainenv.bat, is there any other way also which i have missed i have a 4 GB (3.2 read) system

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

三生一梦 2024-09-16 03:13:48

您的系统听起来好像正在泄漏内存。您应该使用分析器来帮助您找出漏洞所在,以便堵住漏洞。

如果您做不到这一点,另一个答案是定期恢复服务器以重置 JVM。然而,选项#1 是首选。

Your system sounds like it's leaking memory. You ought to get a profiler to help you figure out where so you can plug the leak.

If you can't do that, another answer would be to bounce the server on a regular basis to reset the JVM. However, option #1 is greatly preferred.

〆凄凉。 2024-09-16 03:13:48

答案本身就是有问题的,将java内存变量设置为最佳,并将perm大小也设置为最佳(仅当前者没有帮助时),然后如果问题仍然存在,实际上它不应该检查您的系统是否能够应对新的为 jvm 设置内存:)

the answer is in question itself, set the java memory variable to optimum and the perm size also (only if former doesn't helps) and then if the problem persists, actually it should not check whether your system is able to cope with the new set memory for the jvm :)

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