From 86e3e49fca71d4908f680b3cd14738207d0ccaf1 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Mon, 18 Mar 2019 14:50:52 +0900 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59bc3b8..c709d43 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe - [x] Handle `UnicodeDecodeError` if victim name consists of many unicode characters ([rfjakob/earlyoom#110](https://github.com/rfjakob/earlyoom/issues/110)) - [x] Reduce memory usage with `mlockall()` using `MCL_ONFAULT` ([rfjakob/earlyoom#112](https://github.com/rfjakob/earlyoom/issues/112)) and lock all memory by default - [x] Reduce memory usage and startup time (using `sys.argv` instead of `argparse`) - - [x] Add initial support for `PSI` (using `some avg10` in `/proc/pressure/memory`, need Linux 4.20+) + - [x] Add initial support for `PSI` - [x] Improve modifing badness via matching with regular expressions: - [x] Adding the ability to set many different `badness_adj` for processes depending on the matching `name`, `cmdline` and `euid` with the specified regular expressions ([issue #74](https://github.com/hakavlad/nohang/issues/11)) - [x] Fix: replace `re.fullmatch()` by `re.search()`