Tomcat Error: because there was insufficient free space available after evicting expired cache entries

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

Resources
cachingAllowed= “true”
cacheMaxSize= “100000”
/>

 After adding it is as follows

 

 

Restart Tomcat

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *