Watch this video and you can skip to the 5:45 min point and get started:
You'll need this to copy and paste when creating the RAM Disk App. in Automator.
// Take the size RAM disk you want to create in GB and multiply by 2048 and use that as your number at the end of this string.
diskutil erasevolume HFS+ 'RAM Disk' `hdiutil attach -nomount ram://2048000`
Found this to be pretty cool and I totally forgot about it but, rediscovered it. The video lays it all out. Create your RAM Disk App., open it, load whatever app into it you want and run it from the RAM Disk for maximum performance.
For example, I created a 4GB RAM Disk and copied Adobe Photoshop (most beefy app I have) and copied over an image to the RAM Disk to edit. Photoshop opened in under 3 seconds and editing was much faster.
How big should your RAM Disk be? Just right click the app or file and "get info" and note the size and go from there.
REMEMBER: Save any files from the RAM DISK to your HDD/SSD. For example, after editing a photo in Photoshop (running off the RAM Disk) I would save it to my Pictures on my SSD.
I hope everyone finds this to be fun for the whole family
You'll need this to copy and paste when creating the RAM Disk App. in Automator.
// Take the size RAM disk you want to create in GB and multiply by 2048 and use that as your number at the end of this string.
diskutil erasevolume HFS+ 'RAM Disk' `hdiutil attach -nomount ram://2048000`
Found this to be pretty cool and I totally forgot about it but, rediscovered it. The video lays it all out. Create your RAM Disk App., open it, load whatever app into it you want and run it from the RAM Disk for maximum performance.
For example, I created a 4GB RAM Disk and copied Adobe Photoshop (most beefy app I have) and copied over an image to the RAM Disk to edit. Photoshop opened in under 3 seconds and editing was much faster.
How big should your RAM Disk be? Just right click the app or file and "get info" and note the size and go from there.
REMEMBER: Save any files from the RAM DISK to your HDD/SSD. For example, after editing a photo in Photoshop (running off the RAM Disk) I would save it to my Pictures on my SSD.
I hope everyone finds this to be fun for the whole family
Last edited: