Skip to content

Instantly share code, notes, and snippets.

@menangen
Created September 10, 2016 09:43
Show Gist options
  • Save menangen/b0c1b75559a6bc716acc6c9834f10b4f to your computer and use it in GitHub Desktop.
Save menangen/b0c1b75559a6bc716acc6c9834f10b4f to your computer and use it in GitHub Desktop.
RAM disk on Mac OS X
200 Mb:
diskutil erasevolume HFS+ 'RAM Disk' `hdiutil attach -nomount ram://409600`
1 Mb:
diskutil erasevolume HFS+ 'RAM Disk' `hdiutil attach -nomount ram://2048`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment