TOMCAT 9 中,因为在清除过期缓存条目后可用空间仍不足的解决
时间:2021-06-28 10:20:04
收藏:0
阅读:30
“资源添加到Web应用程序[]的缓存中,因为在清除过期缓存条目后可用空间仍不足 - 请考虑增加缓存的最大空间”
解决办法:
在 /conf/context.xml 的 前添加以下内容:
<Resources cachingAllowed="true" cacheMaxSize="100000" />

原文:https://www.cnblogs.com/ltbhltbh/p/14943012.html
评论(0)