We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, this option can be TRUE or FALSE only. If TRUE, all CPUs are used, which can cause all the memory to be used up and system swapping out.
TRUE
FALSE
Attempting to pass an numeric value produces an error:
Running prepInputs for: CC VTM Error in (function (nnodes = getOption("mc.cores", 2L), ...) : 'nnodes' must be >= 1
even though getOption(".mc.cores") returns 4 (and even if it were NULL the default is 2)
getOption(".mc.cores")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, this option can be
TRUE
orFALSE
only. IfTRUE
, all CPUs are used, which can cause all the memory to be used up and system swapping out.Attempting to pass an numeric value produces an error:
even though
getOption(".mc.cores")
returns 4 (and even if it were NULL the default is 2)The text was updated successfully, but these errors were encountered: