From 277237212ebee02d9fc319b149e27329f2fd18d9 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Fri, 6 Jul 2018 02:15:42 +0900 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab22d6f..68e0535 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The No Hang Daemon ### What is the problem? -OOM Killer doesn't prevent OOM. +OOM killer doesn't prevent OOM conditions. ### Solution @@ -14,7 +14,7 @@ Use of [earlyoom](https://github.com/rfjakob/earlyoom) or nohang, but nohang is ### Demo -https://youtu.be/DefJBaKD7C8 +`while true; do tail /dev/zero; done` with nohang https://youtu.be/DefJBaKD7C8 ### Features