I have just started working with distributed processing.
I would like to run in "Grid Only Mode", freeing up all logical CPU cores for Visual Studio.
I followed the instructions in the Grid Only Mode section of the
Distributed Processing documentation page.
- Set max number of processing threads to 0
- Turned off the local node in the distributed processing window
However it seems like NCrunch is still respecting the values set in the CPU Cores assigned to NCrunch / Visual Studio settings.
When I run a build, I can see only the cores assigned to VS being used.
Is this correct and I need to update these values, or have I configured something wrong?
If these values do need to be updated, should I assign any cores to NCrunch?