Hacker News new | ask | show | jobs
by man8alexd 28 days ago
There is no point in managing memory allocations as they have little relation to actual memory usage. There are also other methods than the OOM killer to handle OOM, like process throttling using cgroups "memory.high" limits.