I see in the code a variable Program.pOptions being passed into the Parallel.For loop construct.
I would like to control/limit the system resources it uses when running in parallel. Are there enviroment variables to set or input file settings to set that would allow me to do this?
Thanks