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

reduce memory for meryl count to avoid crash #7074

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MartinPippel
Copy link
Contributor

Avoid that meryl count crashes due to memory issues. It seems that meryl uses the complete buffer provided via memory=SIZE for the kmer counts, but meryl itself uses some memory too. When using meryl count within singularity containers and slurm, then usually slurm is killing meryl due to that overhead.

Solution, reduce the meryl memory kmer buffer task.memory by 10%. This is potentially a bit to much as usually the memory overhead was around 2-4Gb, but it solved all my issues on 3 three different compute clusters (Uppmax rackham, PDC dardel, and nac).

Copy link
Member

@mahesh-panchal mahesh-panchal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine, but need to get the tests working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants