vote up 2 vote down star
1

I've just installed Windows 7 64 Bit. This is the first time I haven't kept separate partitions for my gaming OS and my development OS. I'm going to try one OS install for everything.

Are there any tweaks I should make during or post Visual Studio 2008 professional install to make sure a development component such as SQL server isn't robbing me of gaming performance? Or have things gotten to the point where there isn't really impact on the system unless you are actively developing / serving applications?

My relevant hardware is as follows: Intel Core Duo 2 @ 3GHz NVidia 8800 GTS 4 Gigs DDR2 Ram 10,000 rpm hard drive

flag

3 Answers

vote up 14 vote down check

You could set up your dev environment in a Virtual PC. But if you are not going to do that, make sure you set the SQL Server Service to "Manual". That way, it's only using up memory when your developing. (SQL is a memory hog).

link|flag
3  
+1 for the SQL Server Service tip – Chris Pietschmann Aug 16 at 6:05
+1 SQL server is a killer – pavsaund Aug 16 at 7:34
+1, probably the most important and effective suggestion in this sort of situation. – EvilChookie Aug 16 at 7:38
Marke as answer for the SQL Server tip. – Daniel Auger Aug 19 at 16:36
vote up 2 vote down

Visual Studio doesn't really add any overhead (apart from disk space) when you're not using it.

As for SQL Server the relevant services are "running" all the time, but since they are not doing anything I doubt that you'll notice. If it bothers you (or just want to free a little memory) you can switch services you don't need from automatic startup to manual.

link|flag
vote up 0 vote down

Your machine sounds way powerful enough to run games.

Watch memory consumption.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.