Hi,
macOS makes it really easy to create a RAM disk, so I thought it might be
interesting to see what kind of build speed improvements I'd see by letting
Netbeans use it for its build artifacts - i.e. the build/ and dist/ directories
within a Netbeans project directory. Is there a way to do this from within the
Netbeans GUI or do I need to hand-edit one of the nbproject config files (if
so, where is it? I'm not familiar with those files)? I didn't see anything in
the GUI project "properties" screen.
In case anyone's interested - here's how you can create a 2GB RAM disk:
diskutil erasevolume HFS+ "RAMDisk" `hdiutil attach -nomount
ram://4194304` <ram://4194304%60>
Thanks for all info,
Tom