Skip to content

robertdavidsmith/wastemem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Wastemem

A simple C program that just allocates memory, writes junk to it, then sleeps.

Useful for examining how the amount of free memory affects the performance of other applications.

Example usage (waste 2GiB in 128MiB chunks for one hour):

git clone https://github.com/robertdavidsmith/wastemem
cd wastemem
gcc -o wastemem wastemem.c
./wastemem 2048 134217728 3600

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages