Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8283119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T10:37:28+00:00 2026-06-08T10:37:28+00:00

I have installed NCrunch which is a tool for (among other things) parallel tests

  • 0

I have installed NCrunch which is a tool for (among other things) parallel tests execution. It provides two settings MaxNumberOfUsedCores and MaxNumberOfUsedThreads. The first setting looks intriguing. I don’t remember any .NET means which would allow to control cores which are used to execute your code. So the question is how to do it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T10:37:30+00:00Added an answer on June 8, 2026 at 10:37 am

    Have you tried ProcessThread.ProcessorAffinity? ProcessorAffinity represents each processor as a bit. Bit 0 represents processor one, bit 1 represents processor two, and so on. For example:

    var currectProcess = System.Diagnostics.Process.GetCurrentProcess();
    
    foreach(System.Diagnostics.ProcessThread thread in currectProcess.Threads) 
    { 
        // this could give you something similar to MaxNumberOfUsedCores 
        thread.ProcessorAffinity = (IntPtr)0x0007; // Valid processors: 1, 2, or 3
    }
    

    Now I’m having following configuration at NCrunch, that is looking quite similar to previous c# sample:

    • CPU cores assigned to NCrunch: 0, 1, 2
    • CPU cores assigned to Visual Studio: 3

    But only author of NCrunch @remco-mulder could tell us, is it true or not.

    btw: ReSharper has similar options for controlling number of parallel running threads of unittests.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have installed a C# windows forms app on a client machine which does
I have installed the latest ncurses library which my project is using. Now, I
I have installed Android SDK and packages. Since I had an error when opening
I have installed my dependencies using bundle package Then transferred them to the offline
I have installed the following components of SQL Server 2012: management tools - complete
I have installed team foundation server 2012 express and am wanting to connect through
i have installed wordpress and i i have installed couple of plugins and i
I have installed msysGit 1.7.10 on my Windows 7 machine. What I need to
I have installed pyglet onto Mac OS X 10.7.4 using MacPorts. pyglet only works
I have installed Xampp for ubuntu. It is located in /opt/lampp. I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.