

I used gdb on running process to dump the memory to some file. Use GDB to dump memory on running process or get the coredump using gcore -o process VmFlags: rd wr mr mw me ac VmFlags: rd wr mr mw me ac KernelPageSize: 4 kB KernelPageSize: 4 kB

Private_Dirty: 28 kB Private_Dirty: 36 kBĪnonymous: 28 kB Anonymous: 36 kB #INCREASE MEM

Here are the steps that almost guarantee to find what is leaking memory:įind out the PID of the process which causing memory leak.
