From 6cd9d2fef77de09e65b957a867bd7155929bc12c Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 22 Jul 2018 07:09:17 +0900 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18ac84b..5208a15 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ Also look at [Why are low memory conditions handled so badly?](https://www.reddi ## Some features -- convenient configuration with a well commented config file (there are 35 parameters in the config) - `SIGKILL` and `SIGTERM` as signals that can be sent to the victim +- impact on the badness of processes via matching their names with regular expressions +- possibility of restarting processes via command like `systemctl restart something` if the process is selected as a victim +- GUI notifications: results of preventings OOM and low memory warnings - `zram` support (`mem_used_total` as a trigger) - customizable intensity of monitoring -- desktop notifications: results of preventings OOM and low memory warnings -- prefer and avoid lists via regex matching -- possibility of restarting processes via command like `systemctl restart something` if the process is selected as a victim +- convenient configuration with a well commented config file (there are 35 parameters in the config) - look at the [config](https://github.com/hakavlad/nohang/blob/master/nohang.conf) to find more ## Demo