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" />

05-11 10:52