consider increasing the maximum size of the cache.
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了consider increasing the maximum size of the cache.相关的知识,希望对你有一定的参考价值。
虚拟机上搭建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.的主要内容,如果未能解决你的问题,请参考以下文章