feat: finds and kills memory consumers when memory reaches critical level

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-09-22 04:20:08 +03:00
parent 5e5b584636
commit fbccb827d4
3 changed files with 146 additions and 1 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "rust-memory-filler-killer"
version = "0.1.0"
edition = "2021"
[dependencies]
sysinfo = "0.31.4"