Skip to content

Instantly share code, notes, and snippets.

@shoemoney
Created October 3, 2021 09:28
Show Gist options
  • Save shoemoney/953ad3bf0090d591ec91db62df66d9a0 to your computer and use it in GitHub Desktop.
Save shoemoney/953ad3bf0090d591ec91db62df66d9a0 to your computer and use it in GitHub Desktop.
Make a ram disk on mac in 2021. !!
//this makes a 8gb RAM DISK
diskutil erasevolume HFS+ "ramdisk" `hdiutil attach -nomount ram://16384000`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment