Selected Java Interview Questions
Sep 23, 2022 · Backend Development
Diagnosing and Resolving a Native Memory Leak in Spring Boot Applications
This article details the investigation of an unexpected native memory consumption issue in a Spring Boot service, describing how JVM and system‑level tools were used to pinpoint the leak caused by the Spring Boot loader's Inflater usage and how configuring MCC scan paths or upgrading Spring Boot eliminated the problem.
JVMLinuxNative Memory Leak
0 likes · 12 min read