Java Class (PermGen) Memory Leak (Web Applications) - Generic Solution?

前端 未结 4 1785
野趣味
野趣味 2021-01-01 21:44

I have a perm gen memory leak, that I know. Profiling using jvisualvm shows that when doing hot deployment (e.g. stop and start an application without killing the JVM, in to

4条回答
  •  萌比男神i
    2021-01-01 22:36

    I used the method from this site and it helped. http://www.mkyong.com/tomcat/tomcat-javalangoutofmemoryerror-permgen-space/

提交回复
热议问题