2024-09-13 17:50:17 +02:00
2024-09-13 17:43:38 +02:00
2024-09-13 17:31:34 +02:00
2024-09-13 17:50:17 +02:00

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
Description
A simple C program that fill up the memory with random value to stress it. Use at your own risk!!
Readme 34 KiB
Languages
C 61.8%
Makefile 38.2%