feat: ✨ finds and kills memory consumers when memory reaches critical level
This commit is contained in:
parent
5e5b584636
commit
fbccb827d4
3 changed files with 146 additions and 1 deletions
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "rust-memory-filler-killer"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
sysinfo = "0.31.4"
|
Loading…
Add table
Add a link
Reference in a new issue