<div dir="ltr">Since we upgraded to IdP 3.2.1, we find that our heap grows continuously, requiring that we restart tomcat regularly.<div><br></div><div>We do consume the InCommon medata aggregate, and our jvm settings we already large enough to account for that.. but we've upped them again.</div><div><br></div><div>We also recently upgraded both tomcat (8.0.35) and oracle java (1.8.0_u92), but we're still seeing the problem.</div><div><br></div><div>Our CATALINA_OPTS look like:</div><div><br></div><div><div>export CATALINA_OPTS="</div><div>    -server \</div><div>    -Xms256M \</div><div>    -Xmx4G \</div><div>    -XX:MaxPermSize=128M \</div><div>    -XX:+UseParallelOldGC \</div><div>    -XX:+DisableExplicitGC \</div><div>    -Djava.library.path=/usr/local/lib \</div><div>    -Dpython.cachedir=/usr/local/tomcat/temp \</div><div>    -Didp.home=$IDP_HOME"</div></div><div><br></div><div>(We're not actually using jython at this point, so we could take out the python.cachedir option).</div><div><br></div><div>These are Redhat 6.7 VMs with 8GB RAM.</div><div><br></div><div>We have a fair number of attributes that are populated by ECMAscript scripts.  Is there garbage collection we need to do there?</div><div><br></div><div>Liam</div><div><br></div></div>