Hacker News new | ask | show | jobs
by tonyarkles 1770 days ago
I strongly disagree, especially when running RAM-heavy applications where background tasks end up getting put in swap to make room for caches. For quite a while, there was actually an issue where the OOM-killer didn’t get triggered because swapping to the SSD was so fast that certain timers in the OOM system would never trigger. Instead of recognizing that the system has become completely unusable and killing off a process, it would just sit and thrash uncontrollably.

If I recall, Ubuntu 16.04 still suffered from this. And Android Studio could very reliably trigger this situation on my older/upgraded early i7/16GB RAM/SSD laptop. Hard power cycle to recover.