From 60f3d0c2bd58fd379bcafd749e124d00f55386c4 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 2 Apr 2019 22:30:13 +0900 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54eff44..e1a43b9 100644 --- a/README.md +++ b/README.md @@ -140,11 +140,11 @@ The program can be configured by editing the [config file](https://github.com/ha 2. Response on PSI memory metrics 3. The frequency of checking the level of available memory (and CPU usage) 4. The prevention of killing innocent victims -5. Impact on the badness of processes via matching their names, cmdlines and UIDs with regular expressions +5. Impact on the badness of processes via matching their names, cgroups, realpaths, cmdlines and UIDs with certain regular expressions 6. The execution of a specific command or sending any signal instead of sending the SIGTERM signal 7. GUI notifications: - notifications of corrective actions taken - - low memory warnings + - low memory warnings (or executing certain command instead) 8. Verbosity 9. Misc