qtiworks
qtiworks copied to clipboard
Memory leak on webapp reload
QTIWorks has a memory leak somewhere that prevents it from being unloaded when the webapp is restarted.
(This is a common issue with Java webapps. The memory leak only occurs when the webapp is reloaded. We recommend not doing this on production systems.)
I've added a helper to clear up any application-created ThreadLocal
s, which is a common cause of these types of memory leaks. This hasn't fixed this particular issue.