我们已经更改了很多文件,现在在生产中,我们在 weblogic 10.4.3 服务器中面临 OutOfMemoryError,
从日志中我们得到以下与 outOfMemory Error 相关的错误消息:
1) java.lang.OutOfMemoryError: getNewTla
2) java.lang.OutOfMemoryError: allocLargeObjectOrArray: [C, size 262160 ..
但是我们无法追踪,是哪个代码导致了 outOfMemoryError。
我们怎样才能追踪到这一点?