From 9fa8dfebbf6f6a4210215038dcdb19fb3c2cb6b5 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 12 Jan 2019 04:59:24 +0900 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0f6976..12b8e16 100644 --- a/README.md +++ b/README.md @@ -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 lightweight OOM preventer written in C. +- Use of [earlyoom](https://github.com/rfjakob/earlyoom). This is a very lightweight OOM preventer written in C. - Use of [oomd](https://github.com/facebookincubator/oomd). This is a userspace OOM killer for linux systems whitten in C++ and developed by Facebook. - Use of nohang.