3 Things to Know About RAM for Visual Studio Compile Times
Upgrade to 16GB if you have 8GB or less Visual Studio, a compiler, and a browser easily consume 8GB, and hitting swap memory kills compile times. Jumping to 16GB gives you breathing room.
More than 16GB rarely helps with small projects For a 50-file project, going from 16GB to 32GB won’t speed things up. The bottleneck is usually disk speed or CPU, not RAM.
An SSD matters more than extra RAM beyond 16GB An NVMe SSD cuts compile times far more than adding more RAM. If you have 16GB and an SSD, you’re fine. If still slow, check the CPU or code.