update readme
This commit is contained in:
parent
9d96e54d07
commit
07f16a186b
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Nohang
|
# Nohang
|
||||||
|
|
||||||
`Nohang` is a highly configurable daemon for Linux which is able to correctly prevent [out of memory](https://en.wikipedia.org/wiki/Out_of_memory) (OOM) conditions and save [disk cache](https://en.wikipedia.org/wiki/Page_cache).
|
Nohang is a highly configurable daemon for Linux which is able to correctly prevent [out of memory](https://en.wikipedia.org/wiki/Out_of_memory) (OOM) conditions and save [disk cache](https://en.wikipedia.org/wiki/Page_cache).
|
||||||
|
|
||||||
## What is the problem?
|
## What is the problem?
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ The program is unstable and some fixes are required before the first stable vers
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/hakavlad/nohang.git
|
$ git clone https://github.com/hakavlad/nohang.git
|
||||||
cd nohang
|
$ cd nohang
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation and start for systemd users
|
## Installation and start for systemd users
|
||||||
@ -99,8 +99,8 @@ The program can be configured by editing the [config file](https://github.com/ha
|
|||||||
4. Impact on the badness of processes via matching their names with regular expressions
|
4. Impact on the badness of processes via matching their names with regular expressions
|
||||||
5. The execution of a specific command instead of sending the SIGTERM signal
|
5. The execution of a specific command instead of sending the SIGTERM signal
|
||||||
6. GUI notifications:
|
6. GUI notifications:
|
||||||
- results of preventing OOM
|
- results of preventing OOM
|
||||||
- low memory warnings
|
- low memory warnings
|
||||||
7. Preventing the slowing down of the program
|
7. Preventing the slowing down of the program
|
||||||
8. Output verbosity
|
8. Output verbosity
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user