eatmemory

Allocate and hold memory from the command-line for testing

brewmacoslinux
Try with needOr install directly
Source

About

Simple program to allocate memory from the command-line

Commands

eatmemory

Examples

Allocate 512 MB of memory$ eatmemory 512
Allocate 2 GB of memory and hold it$ eatmemory 2048
Allocate 1 GB and keep process running in background$ eatmemory 1024 &