Preloader image
DDD

자바

consider increasing the maximum size of the cache.

작성자 관리자 (admin)
조회수 185
입력일 2024-04-03 13:49:27

아래의 로그가 발생했을때

03-Apr-2024 09:11:17.516 정보 [ContainerBackgroundProcessor[StandardEngine[_______>] org.apache.catalina.webresources.Cache.backgroundProcess 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,442] KB of data remained in the cache.

1) tomcat - conf - context.xml 수정
2) <Resources cachingAllowed="true" cacheMaxSize="999999"/> 또는
   <Resources cachingAllowed="false"/>

P.S.
WAS의 설정을 수정하였으므로 Cafe24의 경우 서브도메인에도 적용 됩니다. ^.^/

^