I am currently experimenting with a RAM drive for handling the test run data, using something like the following for creating a 512M RAM disk.
diskutil eraseVolume UFS RAMDisk `hdid -nomount ram://1048576`
sudo chmod g+rwt /Volumes/RAMDisk
export MTR_BUILD_THREAD=auto
export MTR_MEM=/Volumes/RAMDisk
So far, looks pretty good.
2 comments:
Hi!
When did we add "auto" and why isn't that the default?
Cheers,
-Brian
Hi Brian,
I have no idea when "auto" was added: I am pretty sure I have been using it for at least a year, maybe two years. I guess I am just used to it being there and since I have it set in my bashrc, I never really gave it much thought.
Regards,
Antony.
Post a Comment