From 8f6ddc6981a4893df5c4dfc6da9839d77ded6495 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Fri, 6 Jul 2018 02:48:03 +0900 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0008a41..091da10 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The No Hang Daemon ================== -`Nohang` is a highly flexible full-featured daemon for Linux that correctly prevents out of memory. +`Nohang` is a highly flexible full-featured daemon for Linux which is able to correctly prevent out of memory conditions. ### What is the problem? @@ -14,7 +14,7 @@ Use of [earlyoom](https://github.com/rfjakob/earlyoom) or nohang, but nohang is ### Demo -`while true; do tail /dev/zero; done` with nohang https://youtu.be/DefJBaKD7C8 +[Video](https://youtu.be/DefJBaKD7C8): nohang prevents OOM after command `while true; do tail /dev/zero; done` has been executed. ### Features