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

kSNP4 attempts to load all genome data into RAM at once during find_snps phase. #3

Open
kissake opened this issue Nov 19, 2022 · 0 comments
Assignees

Comments

@kissake
Copy link
Owner

kissake commented Nov 19, 2022

kSNP4 attempts to load all genome data into RAM at once during find_snps phase.

This means that if the totality of the genome data does not fit into RAM, the system will begin to swap. What happens after that depends on how much greater the data is than RAM, but whatever happens, it will happen slowly. Then maybe the kernel will start killing various processes (OOM killer).

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