Skip to content

Commit

Permalink
fix: limit IQMs' node number of processes and therefore, memory
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Aug 19, 2024
1 parent bba1360 commit 6ad4123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mriqc/workflows/functional/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ def compute_iqms(name='ComputeIQMs'):
FunctionalQC(),
name='measures',
mem_gb=mem_gb * 3,
n_procs=max(1, config.nipype.nprocs // 2),
iterfield=['in_epi', 'in_hmc', 'in_tsnr', 'in_dvars', 'in_fwhm'],
)

Expand Down

0 comments on commit 6ad4123

Please sign in to comment.