Re: [controller-dev] Fwd: Out of memory exception
Devin Avery <davery@...>
Luis -
toggle quoted message
Show quoted text
If you have some time to attach Jconsole to the console process where this is an error we should watch the growth of perm gen. If we just need more space to hold all of the classes that is fine. But if we are ³churning² (growing until we garbage collect) our perm gen space then we may have a problem. In at least Java 1.7 and earlier I know I have run into issues where we get an out of memory error even though after GC in perm gen there should be plenty - it had to do with some race condition in the GC of Perm Gen. If you have time to check that it would be awesome. If our PermGen is growing unbounded then that means we have some class loading issues somewhereŠ Happy to provide more details if you have the time to check this out. Thanks, Devin On 5/5/14, 6:37 PM, "Luis Gomez" <ecelgp@...> wrote:
Hi controller devs, |
|