This program is designed to attempt to crash your system by exhausting available disk space, consuming high CPU resources, and hogging RAM. It repeatedly performs the following actions:
- Writes large files to the disk until the disk space is fully utilized.
- Utilizes CPU resources intensively.
- Consumes a large amount of RAM.
- Ensure you have the Go programming language installed on your system.
- Clone this repository or download the
main.go
file. - Navigate to the directory containing
main.go
in your terminal. - Run the following command to compile and execute the program:
go run main.go
- Monitor your system's disk space usage, CPU usage, and RAM usage while the program is running.
Caution: Running this program may lead to data loss, system instability, or other unintended consequences. It is intended for educational purposes only. Use it at your own risk.