Doing some RAM disks in Mac OS
This is just a reminder that RAM disks are a thing. There are good articles out there explaining the benefits and risks in detail. How you get unpaired performance out of them as long as you remember to save your work somewhere else afterwards.
Here is a command to create two RAM disks, Source and Target roughly 4 Gigs each:
diskutil erasevolume HFS+ 'Source' `hdiutil attach -nomount ram://8388608` & diskutil erasevolume HFS+ 'Target' `hdiutil attach -nomount ram://8388608`












