HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › permgen leak › Re: Re: permgen leak
July 28, 2012 at 21:16
#29074
After a little more poking around with VisualVM, this seems to be the result of a java.security.ProtectionDomain instance hanging onto the web application. This gets loaded when rendering is triggered with an image.
Clearing caches with clearCache obviously won’t help. At this point, I’m not sure how to manage the issue.
Any thoughts would be greatly appreciated.