Why is PermGen space growing?

后端 未结 7 1953
孤独总比滥情好
孤独总比滥情好 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:51

    This is a very common problem when you are manipulating the classloader. This is seen a lot in Java EE apps when you are redeploying hibernate/cglib. For more info check out

    http://opensource.atlassian.com/confluence/spring/display/DISC/Memory+leak+-+classloader+won%27t+let+go

提交回复
热议问题