'Is maximum number of concurrent .NET tasks somehow limited?
I got a build server which executes .NET Core 7796 unit tests (NUnit) in parallel, but sometime a task in unit test timeouts even if it takes 1ms on my local machine. Some unit test create a lot of tasks (concurrency tests).
The Build server's CPU never reach 100% CPU (Xeon 5220S).
So I am thinking if those tasks can be somehow limited by maximum number of parallel task or whatever.
Did someone measured how many tasks can be executed in parallel? Did you reach some software limit? Or is it limited only by hardware?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
