From bb97c47e611707d8f5304e424f46039db9cc86e0 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 17 Feb 2019 16:29:04 +0900 Subject: [PATCH] fix readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e75be29..7f2b57b 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe - [ ] Add memory report interval - [ ] Add delta memory info (the rate of change of available memory) - [x] Improve poll rate algorithm - - [x] Improve victim search algorithm (do it ~30% faster) + - [x] Improve victim search algorithm (do it ~30% faster) (https://github.com/rfjakob/earlyoom/issues/114) - [x] Improve limiting `oom_score_adj`: now it can works with UID != 0 - [x] Improve GUI warnings: - [x] Find env without run `ps` @@ -229,11 +229,11 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe - [x] Reduce memory usage and startup time (using `sys.argv` instead of `argparse`) - [x] Remove self-defense options from config, use systemd unit scheduling instead - [x] Add the ability to send any signal instead of SIGTERM for processes with certain names - - [x] Handle `UnicodeDecodeError` if victim name consists of many unicode characters - - [x] Fix `mlockall()` using `MCL_ONFAULT` and lock all memory by default + - [x] Handle `UnicodeDecodeError` if victim name consists of many unicode characters (https://github.com/rfjakob/earlyoom/issues/110) + - [x] Fix `mlockall()` using `MCL_ONFAULT` (https://github.com/rfjakob/earlyoom/issues/112) and lock all memory by default - [x] Add initial support for `PSI` (using `some avg10` in `/proc/pressure/memory`, need Linux 4.20+) - [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 + - [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 (https://github.com/hakavlad/nohang/issues/11) - [x] Fix: replace `re.fullmatch()` by `re.search()` - [ ] Improve user input validation - [ ] Redesign of the GUI notifications