WebAppConfigurationImpl内存泄漏?

时间:2016-01-21 07:45:25

标签: java memory-leaks websphere-8

大约每2-3-4周,我必须重新开始我们的开发,有时还会测试WAS服务器,因为它得到OutOfMemoryError。在WAS实例上只安装了一个使用spring / hibernate的应用程序。在通过jython脚本安装新版本的应用程序时,总会发生OutOfMemoryError。它好像20次,然后它得到一个OutOfMemoryError。我已经将最大堆大小增加到1GB,但唯一的结果是,在内存已满之前需要更多时间(或应用程序安装)。 用堆分析器查看转储,我发现以下泄漏可疑:

Leak suspect    672 338 752 bytes (62,84 %) of Java heap is used by 15 instances of java/util/WeakHashMap$Entry
Contains 14 instances of the following leak suspects:
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 26 033 976 bytes at 0xc7e5970
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 26 136 480 bytes at 0x832e0e8
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 30 268 008 bytes at 0x1a6fabb0
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 26 059 488 bytes at 0xf1e69e8
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 26 076 544 bytes at 0x18b6bd50
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 26 398 752 bytes at 0x1fd7ae18
- array of java/lang/ref/Reference holding 25 967 856 bytes at 0x15545cf0
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 26 400 856 bytes at 0x2f948228
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 26 351 608 bytes at 0x262ac718
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 26 074 376 bytes at 0x15382010
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 26 073 152 bytes at 0x1350bb60
- array of java/util/HashMap$Entry holding 140 723 440 bytes at 0x1607d88
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 26 420 688 bytes at 0x2de7bd60
- com/ibm/ws/webcontainer/webapp/WebAppConfigurationImpl holding 27 413 768 bytes at 0x25081e88


Installed Product
IBM WebSphere Application Server
Version               8.5.5.7
IBM WebSphere SDK Java Technology Edition (Optional)
Version               7.0.4.1

很遗憾,我还没有找到任何关于WebAppConfigurationImpl的帮助。你们有没有经历过类似的问题?既然它是ibm软件包的一部分,我应该把它作为潜在的bug报告给IBM吗?

0 个答案:

没有答案