Add the following to the Host tag in server.xml
<Context docBase="ROOT" override="true">
<Resources cachingAllowed="true" cacheMaxSize="100000"/>
</Context>Add the following to multiserver or intranet.bat
-Xmx1000m -Xms1000m -XX:+UseG1GC
Add the following to the Host tag in server.xml
<Context docBase="ROOT" override="true">
<Resources cachingAllowed="true" cacheMaxSize="100000"/>
</Context>Add the following to multiserver or intranet.bat
-Xmx1000m -Xms1000m -XX:+UseG1GC