tomcat9-jenkins:insufficient free space available after evicting expired cache entries-consider
生活随笔
收集整理的這篇文章主要介紹了
tomcat9-jenkins:insufficient free space available after evicting expired cache entries-consider
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
解決該問題方法,修改tomcat/conf/context.xml文件,增加資源最大可緩存的大小:
<Context>
? ? <!-- Default set of monitored resources. If one of these changes, the? ? -->
? ? <!-- web application will be reloaded.? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?-->
? ? <WatchedResource>WEB-INF/web.xml</WatchedResource>
? ? <WatchedResource>WEB-INF/tomcat-web.xml</WatchedResource>
? ? <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
<Resources
? ? ? ? cachingAllowed="true"
? ? ? ? cacheMaxSize="100000"
? ? />
? ? <!-- Uncomment this to disable session persistence across Tomcat restarts -->
? ? <!--
? ? <Manager pathname="" />
? ? -->
</Context>
轉自: http://www.cnblogs.com/luihengk/p/7098896.html
<Context>
? ? <!-- Default set of monitored resources. If one of these changes, the? ? -->
? ? <!-- web application will be reloaded.? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?-->
? ? <WatchedResource>WEB-INF/web.xml</WatchedResource>
? ? <WatchedResource>WEB-INF/tomcat-web.xml</WatchedResource>
? ? <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
<Resources
? ? ? ? cachingAllowed="true"
? ? ? ? cacheMaxSize="100000"
? ? />
? ? <!-- Uncomment this to disable session persistence across Tomcat restarts -->
? ? <!--
? ? <Manager pathname="" />
? ? -->
</Context>
轉自: http://www.cnblogs.com/luihengk/p/7098896.html
總結
以上是生活随笔為你收集整理的tomcat9-jenkins:insufficient free space available after evicting expired cache entries-consider的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: sublime代码片段
- 下一篇: dubbo教程系列2