| ▲ | jcgl 3 hours ago | |
Same experience here. Linux admin. I’d absolutely love to be told I’m holding it wrong, but all I can see is that there’s no way to hold it right. Your consternation is seconded. | ||
| ▲ | baq 2 hours ago | parent | next [-] | |
It’s even worse than that… you can hard lock a system with significant freeable memory left if you have insane vm.dirty_* settings (which is of course the case by default) | ||
| ▲ | rcxdude 3 hours ago | parent | prev [-] | |
The two mitigations are to: - (somewhat counterintuitively) have swap enabled - run something like earlyoom to stop the system from reaching a low-RAM situation in the first place. | ||