Skip to content

Commit

Permalink
Merge pull request #1320 from nipreps/fix/bigplot-is-a-memory-hog
Browse files Browse the repository at this point in the history
FIX: Address memory issues by limiting BigPlot's parallelization.
  • Loading branch information
oesteban authored Aug 16, 2024
2 parents 39ca66a + e4770db commit be53a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mriqc/workflows/functional/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def init_func_report_wf(name='func_report_wf'):
name='BigPlot',
mem_gb=mem_gb * 3.5,
iterfield=['in_func', 'dvars', 'outliers', 'in_spikes_bg'],
n_procs=(config.nipype.nprocs + 3) // 4, # Big plot is a memory hog
)

# fmt: off
Expand Down

0 comments on commit be53a7f

Please sign in to comment.