From e29d6676b5254800a755494d45361e80e51986c5 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 10 Jul 2018 05:24:20 +0900 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bc000d..d782982 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ OOM killer doesn't prevent OOM conditions. ### Solutions -- Use of [earlyoom](https://github.com/rfjakob/earlyoom). This is the simple OOM preventer written in C -- Use of nohang. This is advanced OOM preventer written in Python. +- Use of [earlyoom](https://github.com/rfjakob/earlyoom). This is a simple OOM preventer written in C. +- Use of nohang. This is an advanced OOM preventer written in Python. ### Some features