michaelschaub / calcium-imaging-analysis

3 stars 1 forks source link

RAM Restriction doesn't seem to work #63

Closed DaminK closed 2 years ago

DaminK commented 2 years ago

python processes use significantly more than memb_mb

Joloco109 commented 2 years ago

I think snakemake does not automatically enforce the memory restrictions, it just uses them to check which jobs can be run at the same time. I should be possible to enforce those with the resource module.