Skip to content

Commit

Permalink
fix commit memory issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnonanthony committed Oct 30, 2024
1 parent aee3fa3 commit 48d2d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/connectomics/processes/commit.nf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ process COMMIT {

process COMMIT_ON_TRK {
cpus params.processes_commit
memory { params.commit_memory_limit * task.attempt }
memory { 24.GB * task.attempt }
time { 4.hour * task.attempt }

input:
Expand Down

0 comments on commit 48d2d82

Please sign in to comment.