Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snakemake memory allocation #125

Open
steven-solar opened this issue Feb 13, 2023 · 1 comment
Open

Snakemake memory allocation #125

steven-solar opened this issue Feb 13, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@steven-solar
Copy link

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.

@brianwalenz
Copy link
Member

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.

@skoren skoren added the bug Something isn't working label Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants