Replies: 1 comment
-
By default, Nextflow doesn't specify any resources for CPUs and memory. I would double check that the resource settings aren't being insert from any config files. Beyond that, your K8s cluster might be imposing default resource requests, although a default of 2 cpus + 12gb memory is unusually high. |
Beta Was this translation helpful? Give feedback.
0 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.
-
When I use nextflow and do not specify cpus and memory, I found that
request:cpu=2, memory=12Gi
in the created pod. Is this value related to the nextflow version or the kubernetes version? My nextflow version is 22.11.1 and kubernetes version is 1.23.0Beta Was this translation helpful? Give feedback.
All reactions