Recurring “PermGen” in Tomcat 6

前端 未结 6 1218
盖世英雄少女心
盖世英雄少女心 2020-12-04 16:00

I keep getting a \"PermGen\" error on my Tomcat 6 server.

I know what application is causing the problem, but I am not sure why it is doing so. The application is

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 16:48

    I have seen lots of permgen errors when tomcat is reloaded after a code change when using hibernate and spring, I think its due to the logger/ehcache instances not being shut down properly.

提交回复
热议问题