Thursday, May 19, 2016

How to find logs by OOM killer

When your application has been killed by OOM killer, you can use the following command to find the logs by it:

sudo grep oom /var/log/*

Reference:
http://unix.stackexchange.com/questions/128642/debug-out-of-memory-with-var-log-messages

No comments:

Post a Comment