Skip to content

Commit

Permalink
reduce memory in test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Sep 19, 2024
1 parent 2c0d2f6 commit d2959ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
process {
resourceLimits = [
cpus: 4,
memory: '16.GB',
memory: '15.GB',
time: '1.h'
]
}
Expand Down

0 comments on commit d2959ed

Please sign in to comment.