-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Issue] Very high memory usage #4
Comments
I had the same issue for certain |
@bounlu To make sure I'm understanding correctly, your issue was seeing high memory usage when running |
I never run |
Ah okay. That sounds like a slightly different issue to the one raised here. Do you minding opening a new issue and providing a small example that highlights the issue? It doesn't have to be something that causes the server to run out of memory, but something that at least shows the high memory usage you're seeing. |
Describe the bug
Biscuit uses memory in excess of 200G when mapping relatively small .fastq files against a joint reference.
BISCUIT version
Version: 0.3.16.20200420
Minimally Reproducible Example
These are a set of paired-end fastq files ~60MB/1.9 mn reads in size. They are negative controls from a single-cell experiment so probably will not map well.
Process is killed (either by cluster scheduler or by Linux kernel) when RAM usage exceeds limit (200G in this instance).
Expected behavior
I'm not sure whether this represents a memory leak or just an edge case in which Biscuit is consuming a great deal of memory due to weirdnesses in the input file and the large reference.
Computer Resources
Additional context
I'm aware that memory usage scales with the # of cores used but I've successfully mapped much larger fastq files against the same reference using the same number of cores, so this issue was a surprise to me.
Screenshots
The text was updated successfully, but these errors were encountered: