Visual Studio 2010 — how to reduce its memory footprint

前端 未结 4 2089
长情又很酷
长情又很酷 2021-01-04 01:23

I have a solution with just under 100 projects in it, a mix of C++ and C# (mostly C#). When working in VS2005, the working set of Visual Studio is considerably smaller than

4条回答
  •  粉色の甜心
    2021-01-04 01:54

    If you're on XP, upgrading to Vista or Windows 7 will help as it uses WPF. May reduce the memory footprint of the UI rendering which would otherwise have to use compatibility mode.

提交回复
热议问题