URLClassLoader Memory Leak Java -


i have been going through lot of urlclassloader memory leak solutions on internet, haven't found working code , precise solution. closest solution found this

any functional code or link it, uses weakhashmap() or other definite way of eliminating memory leak problem on multiple redeploys?

just add dependency of class loader leak preventer in build path. maven dependency :

<!-- classloader leak protection -->         <dependency>             <groupid>se.jiderhamn</groupid>             <artifactid>classloader-leak-prevention</artifactid>             <version>1.8.0</version>         </dependency> 

Comments

Popular posts from this blog

java - JavaScript + Thymeleaf - select onchange -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

node.js - Using Node without global install -