On 7/8/21 3:17 PM, Mark A. Claassen wrote:
Ok.  That didn’t seem to work.  I will investigate further and try to find a 
way to send that information.

It is not that busy a server, but the memory use increases very quickly.  Doing 
a class_histogram shows MessageBytes growing by the thousands every 30 minutes.

(We have a temporary monitor script in place that does a GC and then prints a 
class_histogram every half hour to help us pinpoint what is happening.)

Thanks,
Mark

Perhaps you've done this already, but

   grep -R 'static HashMap' src

might locate some potential culprits.

Reply via email to