No description
Find a file
Ahmet Kaan GÜMÜŞ a04430dcd0 refactor: ♻️ clippy
2025-02-02 20:52:15 +03:00
.github/workflows build: 👷 auto build 2024-09-22 05:40:07 +03:00
assets docs: 📝 added details to readme 2024-09-22 04:20:52 +03:00
src refactor: ♻️ clippy 2025-02-02 20:52:15 +03:00
.gitignore feat: finds and kills memory consumers when memory reaches critical level 2024-09-22 04:20:08 +03:00
Cargo.toml feat: finds and kills memory consumers when memory reaches critical level 2024-09-22 04:20:08 +03:00
LICENSE Initial commit 2024-09-20 04:54:23 +03:00
README.md build: 👷 auto build 2024-09-22 05:40:07 +03:00

Rust

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

./rust-memory-filler-killer --control_delay 1000 --dealloc_delay 1000 --kill_threshold 0.95 --include_swap false