I'd say disable the pagefile (or relocate to your HDD; it shouldn't be hit that much with 12 gigs of ram, so you shouldn't see a speed hit). RAM disk for %TMP% and %TEMP% (both the system and user environment variables) is nice, not only does it reduce wear&tear on the SSD, but can be a nice speed increase of some things. I find that at 1gig ramdisk works pretty well for my TEMP and FireFox profile (backed up, of course). I use
SoftPerfect now, persistent disk, and it works pretty well.
As for other stuff, do what suits you best
- I've got my home workstation SSD split in a ~64gig partition for Windows + most applications, and a ~47gig for my documents, sourcecode, et cetera. Makes OS reinstall a bit easier, but with a small SSD micro-managing free space can be annoying. Games and "bulk" data goes on a 300gig (well, 279gig in non-SI units
).
For my work laptop, I have one single partition on my SSD for most stuff, but an I/O busy (and huge!) content repository on the old HDD; the software might benefit somewhat from the (much) faster SSD I/O, but I'm afraid it's so write-busy that the SSD would be worn down too faster.
I've read that newer SSD drives are very durable, so is r/w operations and drive longevity still a valid concern?-TucknDar
I do wonder - haven't heard of any (normal) cases where erase cycles have been used up (which
ought to happen gracefully, and still allowing you to read the cells), all the deaths I've seen (and the two I've experienced myself) have been random out-of-the-blue deaths with no warning (HDDs usually start sounding weird, or drop from UDMA to PIO speeds which you
will notice).
So when you move to SSD, backups will be even more important than with HDDs. Be sure to use something that runs continuously.