Jenkins出现缓存内存不足的问题

catalina日志报错:

举个栗子:

org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/hudson/util/HudsonIsLoading/login.default.jelly] to the cache for web application [/jenkins] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache

在这里插入图片描述在这里插入图片描述

由于windows操作过多次删除Jenkins导致缓存不足

解决方案:

tomcat/conf/context.xml

追加一行

猜你喜欢

转载自blog.csdn.net/weixin_41585557/article/details/107339973