Docs/linux基础/tomcat内存报警.txt
2022-10-18 16:59:37 +08:00

7 lines
No EOL
283 B
Text

cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
tomcat的conf/context.xml文件中的<Context></Context>配置段中添加<Resources cachingAllowed="true" cacheMaxSize="100000" />