Skip to content

Commit

Permalink
[FIX] Increase memory to stop job time outs for large scans
Browse files Browse the repository at this point in the history
  • Loading branch information
DESm1th committed Nov 12, 2024
1 parent dae19f5 commit 59f882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dm_qc_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def submit_subjects(config):
logger.info(f"Submitting QC job for {subject}.")
datman.utils.submit_job(
command, job_name, "/tmp", system=config.system,
argslist="--mem=3G"
argslist="--mem=5G"
)


Expand Down

0 comments on commit 59f882c

Please sign in to comment.