如何加速 Windows Vista 64 以便与 Visual Studio 2008 一起使用?
我知道我可能在错误的地方问这个问题。如果是这样,模组 - 请为我指明正确的方向。
不管怎样,我相信你们都遇到过这个问题。我有 6 GB RAM,VS 让我的机器爬行。这种情况并不总是发生。我已确保除了 Chrome 窗口、VS 2008 和偶尔的 Reflector 之外,没有其他主要的、非必需的进程在运行。
我安装了 Resharper,并且关闭了解决方案范围的分析。我有一个打开的解决方案。
这个问题确实影响了我的工作效率。切换文件最多需要一分钟。
编辑:当前解决方案中有大约 15 个项目,但一次加载的项目不超过 6 个。我运行的是VS2008的最新版本
I am aware that I may be asking this in the wrong place. If so, mods - please point me in the right direction.
Anyway, I'm sure that you guys have faced this problem. I have 6 gigs of RAM and VS makes my machine crawl. This doesn't always happen. I've made sure that no other major, non-required processes are running other than a Chrome window, VS 2008 and occasionally Reflector.
I have Resharper installed, and I've turned off the Solution-wide analysis. I have one solution open.
This issue is really killing my productivity. It takes up to a minute to switch files.
EDIT: I have about fifteen projects in the current solution but no more than six are loaded at a time. I am running the most updated version of VS2008
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有了这么大的 RAM,我会使用 RamDrive - http://en.wikipedia.org/wiki/RAM_disk< /a>
如果您的性能由于硬盘驱动器的某些问题而下降,这可能会有所帮助。
With such an amount of RAM I would use RamDrive - http://en.wikipedia.org/wiki/RAM_disk
It may help if your performance degrades due to some problems with hard drive.
你并没有真正说出到底是什么在爬行。
我猜想是磁盘访问导致了问题。如果您碰巧使用配备 5,400 RPM 节能磁盘的笔记本电脑,那么几乎肯定是问题所在。这些驱动器很糟糕。很多。
Snowbear 有一个很好的建议,即使用 RAM 驱动器来存储文件。棘手的部分是记住始终将更改复制到硬盘。
另一个好主意是使用 SSD 驱动器。第二个好主意是 RAID-0 硬盘,可以是 Western Digital Velociraptors 或 SCSI 15k。
升级硬盘不仅仅会加快 Visual Studio 的速度。这将会改变您的整个计算机体验。我真的推荐SSD选项。
You don't really say what exactly is crawling.
I would guess it is disk access causing the problem. If you happen to be using a laptop with a power-saving 5,400 RPM disk then it's almost certainly the problem. Those drives suck. A lot.
Snowbear had a good suggestion of using a RAM drive for your files. The tricky part is remembering to always copy your changes to hard disk.
Another good idea is using an SSD drive. A second good idea is RAID-0 hard disks, either Western Digital Velociraptors or SCSI 15k's.
Upgrading your hard disks won't just speed up Visual Studio. It'll make a difference to your whole computer experience. I really recommend the SSD option.