Java/Spring
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,630] KB of data remained in the cache. 오류시.
M_막심
2016. 10. 5. 13:23
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,630] KB of data remained in the cache.
context.xml에 추가
<Resources cachingAllowed="true" cacheMaxSize="100000" />