update readme

This commit is contained in:
Alexey Avramov 2018-07-10 05:24:20 +09:00
parent e24587f1d3
commit e29d6676b5

View File

@ -10,8 +10,8 @@ OOM killer doesn't prevent OOM conditions.
### Solutions ### Solutions
- Use of [earlyoom](https://github.com/rfjakob/earlyoom). This is the simple OOM preventer written in C - Use of [earlyoom](https://github.com/rfjakob/earlyoom). This is a simple OOM preventer written in C.
- Use of nohang. This is advanced OOM preventer written in Python. - Use of nohang. This is an advanced OOM preventer written in Python.
### Some features ### Some features