Why is PermGen space growing?

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

    If you are working with Java EE application it's probably a classloader leak.

    you might find the following additional links to be useful:

    http://www.zeroturnaround.com/blog/rjc201/

    http://www.ibm.com/developerworks/java/library/j-dclp3/index.html

提交回复
热议问题