jenkins启动时报错:
consider increasing the maximum size of the cache. After eviction approximately [10,239] KB of data
缓存不足
解决办法:
D:\tomcat\apache-tomcat-8.5.32\conf\context.xml 中加上一行
<Resources cachingAllowed="true" cacheMaxSize="100000" />
本文介绍了解决Jenkins启动时出现缓存不足错误的方法。通过修改Tomcat配置文件context.xml中的资源缓存设置,可以有效地解决该问题。
jenkins启动时报错:
缓存不足
解决办法:
D:\tomcat\apache-tomcat-8.5.32\conf\context.xml 中加上一行
<Resources cachingAllowed="true" cacheMaxSize="100000" />
转载于:https://www.cnblogs.com/chushujin/p/9508274.html
4817
2679
1830

被折叠的 条评论
为什么被折叠?
