Discussion:
Slow build execution
(too old to reply)
Luigi
2010-02-03 14:01:01 UTC
Permalink
Hi all
I have a big problem of slow during build of my solution in Visual Studio
2008.
The compile-time while by a solution of twenty projects, committed my pc for
approximately 15-18 minutes.
The processor has 2 GHz speed, and 2 GB of RAM.
Throughout this slowness may be due to what?

Thank you

Louis
PvdG42
2010-02-07 18:59:53 UTC
Permalink
Post by Luigi
Hi all
I have a big problem of slow during build of my solution in Visual Studio
2008.
The compile-time while by a solution of twenty projects, committed my pc for
approximately 15-18 minutes.
The processor has 2 GHz speed, and 2 GB of RAM.
Throughout this slowness may be due to what?
Thank you
Louis
20 projects = how much source code? Are you using Rebuild, thus forcing
*all* code to be recompiled, whether or not it was changed?
unknown
2010-05-26 19:11:01 UTC
Permalink
Hello,

build diagnostic output might help to find the reason (Tools / Options / Projects and Solutions / Build and Run / MSBuild project build output verbosity / Diagnostic).

Some possibly measures for improving build performance:

- Use the same output path for every project
- Set Copy Local to False
- Additional solution configurations for partial builds
- Decouple components (and projects)
- Change virus scanner policy

More details: http://arnosoftwaredev.blogspot.com/2010/05/how-to-improve-visual-studio-compile.html

HTH!

Arno



Luigi wrote:

Slow build execution
03-Feb-10

Hi all
I have a big problem of slow during build of my solution in Visual Studio
2008.
The compile-time while by a solution of twenty projects, committed my pc for
approximately 15-18 minutes.
The processor has 2 GHz speed, and 2 GB of RAM.
Throughout this slowness may be due to what?

Thank you

Louis

Previous Posts In This Thread:

On Wednesday, February 03, 2010 9:01 AM
Luigi wrote:

Slow build execution
Hi all
I have a big problem of slow during build of my solution in Visual Studio
2008.
The compile-time while by a solution of twenty projects, committed my pc for
approximately 15-18 minutes.
The processor has 2 GHz speed, and 2 GB of RAM.
Throughout this slowness may be due to what?

Thank you

Louis

On Sunday, February 07, 2010 1:59 PM
PvdG42 wrote:

20 projects = how much source code?
20 projects = how much source code? Are you using Rebuild, thus forcing
*all* code to be recompiled, whether or not it was changed?


Submitted via EggHeadCafe - Software Developer Portal of Choice
Producer/Consumer Queue and BlockingCollection in C# 4.0
http://www.eggheadcafe.com/tutorials/aspnet/7d10d73c-321c-446e-8b6d-b81ee8d9b314/producerconsumer-queue-a.aspx
Loading...