update readme
This commit is contained in:
parent
cc30f2a609
commit
c74dd554fc
@ -5,7 +5,7 @@ Nohang is a highly configurable daemon for Linux which is able to correctly prev
|
||||
|
||||
## What is the problem?
|
||||
|
||||
OOM killer doesn't prevent OOM conditions. And OOM conditions may cause [freezes](https://en.wikipedia.org/wiki/Hang_(computing)), [livelocks](https://en.wikipedia.org/wiki/Deadlock#Livelock), drop caches and killing (via SIGKILL) multiple processes instead of terminating (via SIGTERM) one process.
|
||||
OOM killer doesn't prevent OOM conditions. And OOM conditions may cause [freezes](https://en.wikipedia.org/wiki/Hang_(computing)), [livelocks](https://en.wikipedia.org/wiki/Deadlock#Livelock), drop caches and killing (via [SIGKILL](https://en.wikipedia.org/wiki/Signal_(IPC)#SIGKILL)) multiple processes instead of terminating (via [SIGTERM](https://en.wikipedia.org/wiki/Signal_(IPC)#SIGTERM)) one process.
|
||||
|
||||
Here are the statements of some users:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user