When Tomcat is running, it warns
The version is Tomcat 8.5.15
The alarm information keywords are as follows
because there was insufficient free space available after evicting expired cache entries
Just increase the maximum cacheable size of the resource in $CATALINA_BASE/conf/context.xml, and the size can be defined according to your needs
< ResourcescachingAllowed= “true”cacheMaxSize= “100000”/>
After adding it is as follows
Restart Tomcat