Helpful snippets for OSX / MacOS
ram://2097152
is the size, calculated as follows: * 2048.
1gb: diskutil erasevolume HFS+ 'ram-disk' `hdiutil attach -nomount ram://2097152`
2gb: diskutil erasevolume HFS+ 'ram-disk' `hdiutil attach -nomount ram://4194304`
3gb: diskutil erasevolume HFS+ 'ram-disk' `hdiutil attach -nomount ram://6291456`
4gb: diskutil erasevolume HFS+ 'ram-disk' `hdiutil attach -nomount ram://8388608`