Best Visual Studio Hardware Upgrade [closed]

孤人 提交于 2019-12-05 11:02:05

If you don't have it already, go for multiple monitors, you'll never regret it. It won't upgrade your performance instead of your computer's

Jeff Atwood talks about that: http://www.codinghorror.com/blog/archives/000012.html

The 10k RPM drive is a good idea.

You'll want both Visual Studio and your working copies to be on the 10k rpm drive if you go that route: that's where all your disk I/O will be occurring during development so having your fastest drive put to use there is most important.

Jeff's $.02 on the issue here: http://www.codinghorror.com/blog/archives/000800.html

Get 2GB more RAM. It should be well within your budget.

I second the multi-monitor issue. As for the 10K drive, I've got one. Sure it's nice to go from power-off to Vista login (in domain) in about 15 seconds, but unless you're pounding the drive during development it won't help much. Given your rig I would actually spend money on more memory 4Gig, more if MB can support it, and then jump to x64. Of course, that assumes that memory is your bottleneck now (probably is). What does perfmon say about memory usage?

We are looking at the same thing right now. It looks like ScottGu suggests hard drive might be the best route...

http://weblogs.asp.net/scottgu/archive/2007/11/01/tip-trick-hard-drive-speed-and-visual-studio-performance.aspx

On a side note: I once tried installing high performance RAM drive software, and then moving everything possible to that drive. For ASP.NET development, everything but the .NET framework files was moved (project files, temporary files, compiled files, etc). I would have thought this would make more difference than more RAM or a faster drive, but it made no difference whatsoever. The problem is that the main culprit is the Windows drive. So, the recommendations from Jeff and Scott in other answers pertain to the system as a whole.

Two weeks ago I built a new rig based on Jeff's recommendations. From what i could work out the biggest impact comes from the 300Gb velociraptor hard drive. If you do that, then put most of your development tools and projects on this drive. Don't use the "other" drive for anything that you'll be using multiple times a day - use the velociraptor for all the development.

Yes, definitely go 64-bit if you can (unless you play some older PC games), with at least 4GB RAM. The trouble of re-installing x64 OS and software may outweigh the benefit for now though.

More memory, faster System Drive, and separate Data Drive is probably the easiest performance boost.

If you're adding a 3rd monitor, you will most likely need a second graphics card, preferably of the same make/model.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!