Created
October 3, 2021 09:28
-
-
Save shoemoney/953ad3bf0090d591ec91db62df66d9a0 to your computer and use it in GitHub Desktop.
Make a ram disk on mac in 2021. !!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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