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

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -