You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would good to set such a limit, e.g. queueSize = 256.
Though I don't know in which scope to set this, the documentation above can be helpful to resolve this. Likely needed as an own scope "executor" with queueSize as a setting.
The text was updated successfully, but these errors were encountered:
By default, the slurm executer does not have a limit on the number of tasks will be handled in a parallel manner. See here: https://www.nextflow.io/docs/latest/config.html.
It would good to set such a limit, e.g.
queueSize = 256
.Though I don't know in which scope to set this, the documentation above can be helpful to resolve this. Likely needed as an own scope "executor" with queueSize as a setting.
The text was updated successfully, but these errors were encountered: