fix readme

This commit is contained in:
Alexey Avramov 2019-02-28 23:10:35 +09:00
parent 47577f2f2a
commit 9cdf370108

View File

@ -26,7 +26,7 @@ Also look at [Why are low memory conditions handled so badly?](https://www.reddi
## Solution
- Use of [earlyoom](https://github.com/rfjakob/earlyoom). This is a simple and tiny OOM preventer written in C (the best choice for emedded and old servers). It has a minimum dependencies and can work with oldest kernels.
- Use of [oomd](https://github.com/facebookincubator/oomd). This is a userspace OOM killer for linux systems whitten in C++ and developed by Facebook. Needs Linux 4.20+.
- Use of [oomd](https://github.com/facebookincubator/oomd). This is a userspace OOM killer for linux systems whitten in C++ and developed by Facebook. It needs Linux 4.20+.
- Use of `nohang` (maybe this is a good choice for modern desktops and servers if you need fine tuning).
![pic](https://i.imgur.com/Hq1JPMs.png)
@ -71,6 +71,7 @@ To use `PSI` (pressure stall information):
- VmRSS is about 10 MiB
- CPU usage depends on the level of available memory and monitoring intensity
![pic](https://i.imgur.com/OWjTrTa.png)
## Download, install, uninstall