You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I noticed that there is a memory leak in case vivo application is reloaded or redeployed on Tomcat.
To Reproduce
Steps to reproduce the behavior:
Install and configure VIVO
Open Tomcat manager and click reload VIVO application
After reload has finished click "Find leaks" in Diagnostics section below
A message will appear "The following web applications were stopped (reloaded, undeployed), but their
classes from previous runs are still loaded in memory, thus causing a memory
leak (use a profiler to confirm): vivo"
Environment (please complete the following information):
Describe the bug
I noticed that there is a memory leak in case vivo application is reloaded or redeployed on Tomcat.
To Reproduce
Steps to reproduce the behavior:
classes from previous runs are still loaded in memory, thus causing a memory
leak (use a profiler to confirm): vivo"
Environment (please complete the following information):
Additional context
Leak will not appear in case com.twelvemonkeys.imageio depenendencies and all image processing code is removed.
https://stackoverflow.com/questions/38356085/how-to-get-an-instance-of-javax-imageio-spi-iioregistry-with-proper-scope/38393284#38393284
The text was updated successfully, but these errors were encountered: