码迷,mamicode.com
首页 > 系统相关 > 详细

consider increasing the maximum size of the cache.

时间:2016-09-14 23:17:09      阅读:849      评论:0      收藏:0      [点我收藏+]

标签:

虚拟机上搭建jenkins,出现unable to free [10] percent of the cache for Context [/jenkins]

提示让我加大缓存

consider increasing the maximum size of the cache.

stackoverflow上的答案

In your $CATALINA_BASE/conf/context.xml add block below before </Context>

<Resources cachingAllowed="true" cacheMaxSize="100000" />

For more information: http://tomcat.apache.org/tomcat-8.0-doc/config/resources.html

consider increasing the maximum size of the cache.

标签:

原文地址:http://www.cnblogs.com/wozixiaoyao/p/5873612.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!