Jeffrey Cao wrote:
On 2009-04-21, Vishal Thanki <vishaltha...@gmail.com> wrote:
Fire "top" command which will display which application is using how much memory.

Vishal, thank you.
But after oom-kill, the memory recovers to the normal state.
All processes behave well.

Thats because the OOM killer may have selected the process which was taking most of the memory. You can do one thing, run "top" in a separate session, and then run your application in different session. Continuously observer the "top" output, because it will reveal which process is taking most of the time.

Jeffrey


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ




--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to