Loaded Classes jumps up after restart

I’ve noticed that every time I restart Lucee with either the admin or
cfadmin tag that the thread count goes up by about 10%. Is this normal. If
the thread count continues to go up will it not take Lucee down at a
certain point?

I attached a screenshot of the classes from visual VM. Each step was a
Lucee restart.

Marc, you’ll probably find this ticket interesting. I noticed the same
thing while working with you on our Couchbase extension when I realized
that the Java finalizers were never running in my cache provider classes.
It’s because the JVM shutdown hooks are keeping hard references to all the
previous Lucee engines so they never get garbage collected.

https://luceeserver.atlassian.net/browse/LDEV-960

This is incidentally the reason I told you I didn’t have control over the
left-over threads that weren’t being shutdown.

Thanks!

~BradOn Friday, August 12, 2016 at 9:30:00 AM UTC-5, @marc wrote:

I’ve noticed that every time I restart Lucee with either the admin or
cfadmin tag that the thread count goes up by about 10%. Is this normal. If
the thread count continues to go up will it not take Lucee down at a
certain point?

I attached a screenshot of the classes from visual VM. Each step was a
Lucee restart.