Home » Linux Finding memory leak

Linux Finding memory leak

by Online Tutorials Library

Finding memory leak

Technically, memory leakage is ever-increasing usage of memory by any application. Applications increasing their memory usage can cause serious issue. To check the memory status, following command can be used.

Syntax:

memoryleak1 memoryleak2

Look at the above snapshot, highest %memory is displayed at the bottom.

You may also like