From 8104bb79633bddc4b77b251056c8a2324af1e583 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 20 Jul 2019 11:21:57 +0900 Subject: [PATCH] fix readme --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 30c15b5..8227e80 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,6 @@ Also look at [Why are low memory conditions handled so badly?](https://www.reddi - Use of [oomd](https://github.com/facebookincubator/oomd). This is a userspace OOM killer for linux systems whitten in C++ and developed by Facebook. This is the best choice for use in large data centers. It needs Linux 4.20+. - Use of `nohang` (maybe this is a good choice for modern desktops and servers if you need fine tuning). -The tools listed above may work at the same time on one computer. - -#### See also - -- `memlockd` is a daemon that locks files into memory. Then if a machine starts paging heavily the chance of being able to login successfully is significantly increased. - ## Some features - Sending the SIGTERM signal is default corrective action. If the victim does not respond to SIGTERM, with a further drop in the level of memory it gets SIGKILL.