You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running verkko in trio mode, and failing on the createLayout step due to insufficient memory, but snakemake doesn't try to request more memory for the second job, and then fails again and exits. Think all jobs should request increased memory in the case of failure.
The text was updated successfully, but these errors were encountered:
The code looks like it should be requesting additional memory on the second retry, but, indeed, cluster logs show two jobs with the same memory request. Advise manually increasing the memory limit with verkko option --lay_run <ncpus> <mem-in-gb> <time-in-h> (the default is --lay_run 2 32 24) until we figure out what's going wrong.
Running verkko in trio mode, and failing on the createLayout step due to insufficient memory, but snakemake doesn't try to request more memory for the second job, and then fails again and exits. Think all jobs should request increased memory in the case of failure.
The text was updated successfully, but these errors were encountered: