Skip to content

toy/free_mem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Free memory on mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published