Skip to content

ChaoticFormula/StoramKiller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

StoramKiller

This Python script simulates heavy RAM and disk usage to test system limits, monitoring tools, or behavior under stress conditions. It runs two concurrent threads:

⚙️ Features

  • RAM Hogger: Continuously allocates memory (~40MB per second) until system memory is exhausted.
  • Storage Filler: Writes 100MB files every second to a specified directory until disk is full.

🚨 Warning

Do NOT run this on a production or important system. It will slow down or crash your machine and fill up your disk very quickly. This script is for testing and educational purposes only.

🖥️ Usage

python3 storamkiller.py

You can change the disk write path by modifying the storage_path variable in the script.

About

This Python script simulates heavy RAM and disk usage to test system limits, monitoring tools, or behavior under stress conditions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages