OOM problem?

Konstantin Belousov kostikbel at gmail.com
Fri Dec 8 10:17:03 UTC 2017


On Fri, Dec 08, 2017 at 08:18:21AM +0000, Johannes Lundberg wrote:
> Regarding potential oom overhaul. Personally I like the idea of an oom
> signal. The idea comes from iOS where applications get a callback when
> system memory is low and they're given a chance to free unused
> resources or resources that can easily be recreated, before getting
> killed completely.
The OOM signal is a topic which was discussed to death many times before.
The summary is that it does not work, because you need to provide pages
for userspace to be able to handle the signal.


More information about the freebsd-hackers mailing list