Skip to content

Instantly share code, notes, and snippets.

@mdsumner
Created April 26, 2024 17:49
Show Gist options
  • Save mdsumner/74439296cd36a0907dcb321cf3d55617 to your computer and use it in GitHub Desktop.
Save mdsumner/74439296cd36a0907dcb321cf3d55617 to your computer and use it in GitHub Desktop.

See

> ## Number of chunks and runs per chunk
> chunks <- 250
> runs <- 40
> plan(multisession, workers= availableCores()-1)
Error: Cannot create 127 parallel PSOCK nodes. Each node needs one connection, but there are only 124 connections left out of the maximum 128 available on this R installation
Execution halted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment