Recurring “PermGen” in Tomcat 6

前端 未结 6 1220
盖世英雄少女心
盖世英雄少女心 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:45

    I think you might have many JSPs in your application. There is a known issue in tomcat where restarting a deployed application with many JSPs causes PermGen issues because tomcat recompiles and reloads all these classes again. Increasing the size as mentioned in the previous post should help.

提交回复
热议问题