Memory usage of each nextflow instance #4668
Unanswered
powelleric
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Memory can change a lot depending on the complexity and the number of tasks the workflows execute. Also take into consideration nextflow runs on top of the JVM, therefore Java memory allocation rules applies. You can use classic Said that, I'd say that 300MB is fair amount of mem for a nextflow workflow. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also new blog post about this hot off the presses: https://nextflow.io/blog/2024/optimizing-nextflow-for-hpc-and-cloud-at-scale.html |
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.
-
I'm finding each nextflow process requires around ~300Mb of RAM while running. I was surprised this was so high. I wanted to run 100 workflows simultaneously but don't have a machine big enough. Does this memory usage sound correct? How do others work around this?
Beta Was this translation helpful? Give feedback.
All reactions