On 03/08/2017 09:21 AM, Zell, Wesley
wrote:
It will tell you if memory usage is growing, but not if it is because of a bona-fide leak. valgrind is a great tool to help finding leaks, but if you are running code that you didn't write, doing something about the memory leak may be a challenge. -greg |