-
Notifications
You must be signed in to change notification settings - Fork 513
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
predicting memory usage #1577
Comments
Hi Victor, thanks for the interesting empirical results. The main contributors: This should result in 24 bytes per read, while you are observing ~40bytes per read for samples with more than 1Billion reads. Thanks! |
Absolutely, thanks https://gist.github.com/chubukov/b5ad260173dbc1fc6f0a0ca2b9328f63 Additional question -- I'm running some tests now, but how would you expect this memory consumption to change with sorted BAM output? Update: adding sorting took a sample job from ~84GB to ~97GB |
Hi Victor, thanks for the files! |
@alexdobin I was hoping you would say something like that! :) Looking forward to testing a patch when you're able to look into it. |
Is there a way to reliably predict needed memory for STARSolo?
Even with
--outSAMtype BAM Unsorted
I find it hard to predict the memory usage that will be required. Since I'm running this in a scheduler environment where I need to specify and manage the maximum memory, this causes issues. Many jobs run all the way through mapping, only to get killed at the counting step because of excess memory demand.Thanks!
The text was updated successfully, but these errors were encountered: