Incorrect memory assign when use withLabels #5848
Unanswered
JiangyanYu
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear nextflow team,
I try to define the cpus, memory and time in the base.config file by using process lables (see below). This is a process using GPUs in a docker container. From the report file I notice the container indeed used 64 cpus, however only 6G memory, which is the default setting in my base.config. I used similar setting for other processes (only involved CPUS), which worked fine. All these CPU needed processed used the correct cpus and memory.
In the end, I defined the process itself to increase memory (see below). This could solve the problem. But I don't know why. Could you please give more information for this bug? Thanks a lot!
Best,
Jiangyan
Beta Was this translation helpful? Give feedback.
All reactions