update readme

This commit is contained in:
Alexey Avramov 2019-03-25 20:58:37 +09:00
parent 3176165d6f
commit 0683a1fa31
2 changed files with 1 additions and 1 deletions

View File

@ -230,6 +230,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe
- [x] Reduced memory usage and startup time (using `sys.argv` instead of `argparse`) - [x] Reduced memory usage and startup time (using `sys.argv` instead of `argparse`)
- [x] Reduced memory usage with `mlockall()` using `MCL_ONFAULT` ([rfjakob/earlyoom#112](https://github.com/rfjakob/earlyoom/issues/112)) and lock all memory by default - [x] Reduced memory usage with `mlockall()` using `MCL_ONFAULT` ([rfjakob/earlyoom#112](https://github.com/rfjakob/earlyoom/issues/112)) and lock all memory by default
- [x] Improve poll rate algorithm - [x] Improve poll rate algorithm
- [x] Fixed Makefile for installation on CentOS 7.
- [x] Added `max_post_sigterm_victim_lifetime` option: send SIGKILL to the victim if it doesn't respond to SIGTERM for a certain time - [x] Added `max_post_sigterm_victim_lifetime` option: send SIGKILL to the victim if it doesn't respond to SIGTERM for a certain time
- [x] Added `post_kill_exe` option (the ability to run any command after killing the victim) - [x] Added `post_kill_exe` option (the ability to run any command after killing the victim)
- [x] Added `warning_exe` option (the ability to run any command instead of GUI low memory warnings) - [x] Added `warning_exe` option (the ability to run any command instead of GUI low memory warnings)

View File

@ -1 +0,0 @@
nohang