Skip to content

Limiting the number of cores? #8

Answered by iferres
LunavdL asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! Not sure if I understand your issue. How come it is using more than 30 cpus if your server has only 24?

The idea of nextflow is to run pipelines with a workload manager in the context of an hpc cluster or in the cloud, although it runs ok in a bare pc or server. The paradigm, however, is different as you set resources per process, and instances of processes are called as needed (as its inputs are available) and as the compute resources are available. You don't set a maximum limit of cpus as in traditional software or scripts.

You need to create the configuration for your infrastructure. I can't help very much here. In the processes.nf script you can see the processes defined in porefi…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by iferres
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8 on December 16, 2020 12:51.