Tomcat 启动时报 to the cache because there was insufficient free space available after evict
原创 xingfu2017 发表于:2020-09-20 14:29:01
  阅读 :104   收藏   编辑

tomcat的缓存因为没有足够的可用空间后加载文件

在tomcat的/conf/context.xml中的添加

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