Amogh Natu
Amogh Natu

Reputation: 881

Will running 3 versions of Visual studio on the same machine cause too much memory consumption?

My system currently has Visual Studio 2008 Professional Edition, Visual Studio 2010 Ultimate Edition installed. I'm thinking of installing Visual Studio 2013 Professional Edition. I referred to this link which seemed to be a duplicate of my question. But there is no discussion there about memory consumptions.

My question is will running 3 versions of VS on the same machine cause too much of memory consumption? I'm having 8 GB of RAM and an i5 processor.

I just want to be sure before I install. Any suggestions or answers will be welcome.

Thank you. :)

Upvotes: 3

Views: 2006

Answers (1)

skajfes
skajfes

Reputation: 8265

You can have as many versions installed as you want without impact (other than disk space). On my previous machine (i5 proc and 8 gigs of RAM) I had VS2005, VS2008, VS2010 and VS2012 and I didn't notice an increase in memory consumption of individual instances.

Of course, if you run multiple instances at the same time memory consumption will rise, but that is still true if you run multiple instances of the same version of Visual studio. I regularly run two or three instances with fairly complicated solutions (20-50 projects) at the same time on 8 gigs of ram without slowdowns or issues.

Upvotes: 5

Related Questions