增大tomcat缓存容量
Tomcat 8.x 启动时有这样的warning:
1 | 25-Oct-2016 21:37:42.341 WARNING \[tafdc.net-startStop-1\] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at \[/WEB-INF/conf/spring-activemq.xml\] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache |
tomcat 默认的缓存只有10M
References:
[1]The Resources Component
===
[erq]