rust-memory-filler-killer/README.md
Ahmet Kaan GÜMÜŞ 52c14fe2f8 build: 👷 auto build
2024-09-22 05:40:07 +03:00

15 lines
743 B
Markdown

[![Rust](https://github.com/Tahinli/rust-memory-filler-killer/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/Tahinli/rust-memory-filler-killer/actions/workflows/rust.yml)
# 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>