filmov
tv
Debugging Java Native Memory Leaks

Показать описание
When we think about memory leaks in Java, we usually do it for Java heap memory leak which is used to store objects and are if they are not garbage collected ever. But there can be scenarios where native memory in the non-heap memory starts leaking. . The objective of this blog post is to discuss native memory leaks, and how we can detect and troubleshoot them.
#java #j2ee #memorymanagement #memoryleak #debugging