sudo dmesg -T | grep -i 'oom\|kill'

Category: Self-Hosting

sudo dmesg -T | grep -i 'oom\|kill'

Check kernel logs for Out-Of-Memory kills — if your app keeps crashing, this reveals if the kernel

Searches kernel ring buffer messages for Out-Of-Memory events. If your app keeps crashing without obvious errors, the kernel may be killing it to reclaim memory.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.