Allowing small allocations to fail
Allowing small allocations to fail
Posted Mar 11, 2015 21:27 UTC (Wed) by dlang (guest, #313)In reply to: Allowing small allocations to fail by wahern
Parent article: Allowing small allocations to fail
Causing users programs to fail more frequently, in the hope that developers will get better at handling the failures, is not going to make the slightest bit of difference to this problem.
Eliminating the OOM killer isn't going to address the problem of needing memory in order to free memory.
I'll also point out the backlash against ext4 for loosing data when programmers didn't properly use fsync. This isn't perceived by users as being a problem caused by the programmers of the application they are using, it's perceived as being a failure of the kernel.