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
Post a Comment