2016-12-17 20:32:36,177 INFO [ContainerBackgroundProcessor[StandardEngine[Tomcat].StandardHost[localhost].StandardContext[]]] o.a.catalina.webresources.Cache - [] The background cache eviction process was unable to free [10] percent of the cache for Context [] - consider increasing the maximum size of the cache. After eviction approximately [9,620] KB of data remained in the cache.
total used free shared buffers cached
Mem: 1922200 1202808 719392 176 8212 137504
-/+ buffers/cache: 1057092 865108
Swap: 1015804 132020 883784
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
我觉得把那个错误翻译过来就知道答案了
如果是用tomcat,那在你的tomcat_home/conf/Catalina/localhost/里的context文件里,添加这么一行:
把cacheMaxSize调大就行了。