As you may know, SSD disks wear out. Mine are rated to writing 40GB a day for 5 years before failure. When you add up your browser cache, system cache, VMs, and IDE file changes and compilation (e.g. C2), you reach that 40GB pretty quickly.
So the answer is to move as much as possible off the SSD onto ramdisk.
The question is are there any temp files which C2 writes, e.g. when you save, or when you hit the Run Layout button, which we can redrected to the ramdisk? E.g. by changing registry settings, or creating directory links?
Many Thanks.