Why is PermGen space growing?

后端 未结 7 1955
孤独总比滥情好
孤独总比滥情好 2021-01-31 11:05

I\'ve read a few articles, and I understood the following (please correct me and/or edit the question if I\'m wrong):

The java heap is segmented like this:

7条回答
  •  清歌不尽
    2021-01-31 11:39

    This is one of the more annoying problems to debug. There are a lot of reasons you could be seeing growing permgen use. Here are 2 links I found very useful in both understanding how leaks happen as well as tracking down what is causing them.

    http://frankkieviet.blogspot.com/2006/10/how-to-fix-dreaded-permgen-space.html

    http://frankkieviet.blogspot.com/2006/10/classloader-leaks-dreaded-permgen-space.html

提交回复
热议问题