docs: 📝 Create a README

This commit is contained in:
Louis Gallet 2024-09-13 17:50:17 +02:00
parent d03bbc1cb2
commit f50ae2d350
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511

View File

@ -0,0 +1,9 @@
# C Memory stresser
This is a simple program that allocates memory in a loop until the system runs out of memory. It is useful for testing how your system behaves under memory pressure.
## Usage
```bash
make
./main
```