您的位置:首页 > 运维架构 > Tomcat

Tomcat 启动时报 to the cache because there was insufficient free space available after evict

2018-01-31 11:43 831 查看
tomcat的缓存因为没有足够的可用空间后加载文件

在tomcat的/conf/context.xml中的<Context>中添加

<Resources

    cachingAllowed="true"

    cacheMaxSize="100000" 

/>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  tomcat
相关文章推荐