Assume that you have Microsoft Visual Studio 2010 and the Microsoft .NET Framework 4 installed on a computer. You run a Microsoft Build Engine (MSBuild) command that uses the /maxcpucountoption or the /m option to build multiple projects in parallel. For example, you run the following command:
msbuild project name.csproj /maxcpucount:3
Note Each project that you build has many project references.
In this situation, the MSBuild.exe process stops responding. Specifically, CPU utilization reaches 100 percent if one of the projects that you build has a method that contains a loop.
msbuild project name.csproj /maxcpucount:3
Note Each project that you build has many project references.
In this situation, the MSBuild.exe process stops responding. Specifically, CPU utilization reaches 100 percent if one of the projects that you build has a method that contains a loop.