Replies: 1 comment 2 replies
-
I have the same problem. From a Nextflow commit, I found the attribute
@pditommaso could you let us know whether this is possible or the best approach to address this, please? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I'd like to discuss the usage of cpu and memory when you run a stub run. I was trying to debug my stubs and then got an error
Process requirement exceed available CPUs -- req: 8; avail: 2
, I'm using a very basic computer just for debugging propose and i think that a configuration that limits how many cpu stubs use could be a nice addition, because when you're using stubs, nextflow don't need a lot of cpus cores or Gbs of ram.I'm currently using a stub profile to match the ram of my computer, as a way of working around my computer limitations.
Regards, Davi
Beta Was this translation helpful? Give feedback.
All reactions