Skip to content

Commit

Permalink
Added memory_overhead parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lukbut committed Oct 16, 2023
1 parent 51eba00 commit 050cd21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,12 @@
"description": "Run this workflow with Conda. You can also use '-profile conda' instead of providing this parameter.",
"hidden": true,
"fa_icon": "fas fa-bacon"
},
"memory_overhead": {
"type": "number",
"fa_icon": "fas fa-memory",
"description": "This value is deduced from the 'task.memory' value to account for additional memory needed to run the process, e.g. Singularity memory.",
"hidden": true
}
}
}
Expand Down

0 comments on commit 050cd21

Please sign in to comment.