Visual Studio 2010 — how to reduce its memory footprint

前端 未结 4 2115
长情又很酷
长情又很酷 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:45

    You can try using the Solution Load Manager. It'll let you mark some of the projects files as load on demand or not load at all. That may help.

提交回复
热议问题