Reputation: 29727
Is it possible to determine number of maximum cores used in Parallel.For ?
Upvotes: 3
Views: 995
Reputation: 43513
If you want to limit the CPU usage in parallel programming, ParallelOptions.MaxDegreeOfParallelism is a good idea.
Upvotes: 3