Skip to content

Unclear Existence of RAM Limit Default #257

Answered by smlmbrt
DarioS asked this question in Q&A
Discussion options

You must be logged in to vote

The defaults are set in the nextflow.config file, and they currently are:

    // Max resource options
    // Defaults only, expecting to be overwritten
    max_memory                 = '16.GB'
    max_cpus                   = 2
    max_time                   = '240.h'

I would just recommend setting these to whatever your containers allow (e.g. docker resource limits on a laptop), or for your compute cluster (see https://pgsc-calc.readthedocs.io/en/latest/troubleshooting.html#the-workflow-isn-t-using-many-resources-e-g-ram-cpu).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by smlmbrt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants
Converted from issue

This discussion was converted from issue #255 on February 28, 2024 17:21.