Skip to content

Instantly share code, notes, and snippets.

@antelle
Created September 6, 2019 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save antelle/eaadd12d1a6e480b1210e64eacb059c8 to your computer and use it in GitHub Desktop.
Save antelle/eaadd12d1a6e480b1210e64eacb059c8 to your computer and use it in GitHub Desktop.
Create a RAM disk on macOS
# 42 = desired disk size in megabytes
diskutil erasevolume HFS+ 'RAM Disk' `hdiutil attach -nomount ram://$((42*2048))`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment