I am running a python script for recon procedure and I have decorated each function with @profile decorator from memory_profiler module in python.
So, the problem is when I try to get the memory usage via memory_profiler. It says that the memory usage via the program is around 3GB but when I use top command I see that the memory usage by the program is around 11GB. Am I missing something trivial?