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

out-of-memory #26

Open
JhinAir opened this issue Jun 10, 2024 · 1 comment
Open

out-of-memory #26

JhinAir opened this issue Jun 10, 2024 · 1 comment

Comments

@JhinAir
Copy link

JhinAir commented Jun 10, 2024

Hi, @agudys

When I run kmer-db, I always came across the issue of 'out-of-memory', even testing with very small input fasta or the example fa in your 'data' directory. My command is: kmer-db build -k 31 -t 2 test.list test.db

The file test.list only includes one sample: data/MN908947, but this command would consume more than 100Gb of memory, and get killed: /var/spool/slurm/d/job1132243/slurm_script: line 10: 1165089 Killed kmer-db build -k 31 -t 2 test.list test.db slurmstepd: error: Detected 9 oom-kill event(s) in StepId=1132243.batch cgroup. Some of your processes may have been killed by the cgroup out-of-memory handler.

The same error occurred when I chose Kmer file produced by KMC as input. How could this be? Could you please help me with this?
Thank you! Best~

Jing

@JhinAir
Copy link
Author

JhinAir commented Jun 10, 2024

This problem occurred when kmer size is set to 31, which is larger than the maxium in the latest version. Why is that?

@JhinAir JhinAir closed this as completed Jun 10, 2024
@JhinAir JhinAir reopened this Jun 10, 2024
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

No branches or pull requests

1 participant