docs: 📝 added details to readme
This commit is contained in:
parent
fbccb827d4
commit
d1f99e6391
3 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -1,2 +1,13 @@
|
|||
# rust-memory-filler-killer
|
||||
Finds and Kills Memory Filler
|
||||
|
||||
## Why I did this
|
||||
Sometimes Linux kernel is not able to kill memory consumers when memory reaches the critical level. I don't know why but I personally lived this situations couple of times and my computer couldn't stay stable so I had to restart it. That's why I implemented this.
|
||||
|
||||
> ./rust-memory-filler-killer -h
|
||||
|
||||
<img src=assets/help.png>
|
||||
|
||||
> ./rust-memory-filler-killer --control_delay 1000 --dealloc_delay 1000 --kill_threshold 0.95 --include_swap false
|
||||
|
||||
<img src=assets/example.png>
|
||||
|
|
BIN
assets/example.png
Normal file
BIN
assets/example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
assets/help.png
Normal file
BIN
assets/help.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Add table
Add a link
Reference in a new issue