Visual Studio 2005内存使用情况
时间:2020-03-06 15:05:28 来源:igfitidea点击:
我发现,Visual Studio内存使用率通常平均约为150-300 MB RAM。
作为经常需要在多个Visual Studio实例打开的情况下运行的开发人员,是否有任何性能技巧可以优化VS使用的内存量?
我正在使用一个加载项(TFS)运行VS 2005
解决方案
从此博客文章中:
[...] These changes are all available from the Options dialog (Tools –> Options): Environment General: Disable “Animate environment tools” Documents: Disable “Detect when file is changed outside the environment” Keyboard: Remove the F1 key from the Help.F1Help command Help\Online: Set “When loading Help content” to “Try local first, then online” or “Try local only, not online” Startup: Change the “At startup” option to “Show empty environment” Projects and Solutions General: Disable “Track Active Item in Solution Explorer” Text Editor General (for each language you want): Disable “Navigation bar” (this is the toolbar that shows the objects and procedures drop down lists allowing you to choose a particular object in your code. Disable “Track changes” Windows Forms Designer General: Set “AutotoolboxPopulate” to false. Set “EnableRefactoringOnRename” to false.
升级到64位操作系统。我的VS实例每个大约要占用700MB(非常大的解决方案)..而我们很快就用完了。
我们团队中的每个切换到64位(和8GB RAM)的人都想知道为什么他们不尽快这样做。
最小化并重新最大化主vs窗口,以获取vs释放内存。
通过卸载(并重新安装)Visual Assist,该问题为我解决了。