/free_mem

Free memory on mac

Primary LanguageC

free_mem

Tiny command line tool to free memory on Mac OS X. It will gradually reserve specified amount of memory forcing OS to page if required then release it. Amount can be specified as a fraction of total or explicitly.

free_mem

free_mem 1/4
free_mem /4

free_mem 4G

Installation

Using make:

make && make install

Using xcode:

xcodebuild && cp build/Release/free_mem /path/where/you/want/it