jenkins启动时报错:
consider increasing the maximum size of the cache. After eviction approximately [10,239] KB of data
缓存不足
解决办法:
D: omcatapache-tomcat-8.5.32confcontext.xml 中加上一行
<Resources cachingAllowed="true" cacheMaxSize="100000" />
jenkins启动时报错:
缓存不足
解决办法:
D: omcatapache-tomcat-8.5.32confcontext.xml 中加上一行
<Resources cachingAllowed="true" cacheMaxSize="100000" />