c-memory-stresser/README.md
2024-09-13 17:50:17 +02:00

221 B

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

make
./main