fix readme
This commit is contained in:
parent
3408476727
commit
08d0f029bf
10
README.md
10
README.md
@ -1,3 +1,4 @@
|
|||||||
|

|
||||||
|
|
||||||
# Nohang
|
# Nohang
|
||||||
|
|
||||||
@ -7,8 +8,6 @@ Nohang is a highly configurable daemon for Linux which is able to correctly prev
|
|||||||
|
|
||||||
OOM conditions may cause [freezes](https://en.wikipedia.org/wiki/Hang_(computing)), [livelocks](https://en.wikipedia.org/wiki/Deadlock#Livelock), drop [caches](https://en.wikipedia.org/wiki/Page_cache) and processes to be killed (via sending [SIGKILL](https://en.wikipedia.org/wiki/Signal_(IPC)#SIGKILL)) instead of trying to terminate them correctly (via sending [SIGTERM](https://en.wikipedia.org/wiki/Signal_(IPC)#SIGTERM) or takes other corrective action). Some applications may crash if it's impossible to allocate memory.
|
OOM conditions may cause [freezes](https://en.wikipedia.org/wiki/Hang_(computing)), [livelocks](https://en.wikipedia.org/wiki/Deadlock#Livelock), drop [caches](https://en.wikipedia.org/wiki/Page_cache) and processes to be killed (via sending [SIGKILL](https://en.wikipedia.org/wiki/Signal_(IPC)#SIGKILL)) instead of trying to terminate them correctly (via sending [SIGTERM](https://en.wikipedia.org/wiki/Signal_(IPC)#SIGTERM) or takes other corrective action). Some applications may crash if it's impossible to allocate memory.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Here are the statements of some users:
|
Here are the statements of some users:
|
||||||
|
|
||||||
> "How do I prevent Linux from freezing when out of memory?
|
> "How do I prevent Linux from freezing when out of memory?
|
||||||
@ -389,13 +388,6 @@ See also `man journalctl`.
|
|||||||
|
|
||||||
You can also enable `separate_log` in the config to logging in `/var/log/nohang/nohang.log`.
|
You can also enable `separate_log` in the config to logging in `/var/log/nohang/nohang.log`.
|
||||||
|
|
||||||
## Known issues
|
|
||||||
|
|
||||||
- Awful documentation
|
|
||||||
- Non-optimal default settings (I do not know which settings are optimal for most users; you need a configuration for better experience)
|
|
||||||
- No installation option for non-systemd users
|
|
||||||
- No deb/rpm packages
|
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, feature requests and any questions are welcome.
|
Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, feature requests and any questions are welcome.
|
||||||
|
@ -10,7 +10,6 @@ Restart=always
|
|||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
StartLimitBurst=60
|
StartLimitBurst=60
|
||||||
StartLimitInterval=20
|
StartLimitInterval=20
|
||||||
StartLimitIntervalSec=20
|
|
||||||
MemoryMax=50M
|
MemoryMax=50M
|
||||||
TasksMax=50
|
TasksMax=50
|
||||||
Nice=-20
|
Nice=-20
|
||||||
|
Loading…
Reference in New Issue
Block a user