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
Description
A simple C program that fill up the memory with random value to stress it.
Use at your own risk!!