I want to minimize SSD wear when using Tor (as a client, simply to bypass government censorship) (and without using the Tor browser, simply from the command line) on a Mac. For this, I mount the Tor data directory as a RAM disk, and I have the following line in my torrc:
DataDirectory /Volumes/TorRamDisk/tor
Does it make sense to supplement it with AvoidDiskWrites 1
and/or DirCache 0
, from the point of view of minimizing SSD wear (or maybe from the point of view to make Tor work faster)?