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

Tweak the size of caches for parallel consensus calling down to reduc… #881

Merged
merged 1 commit into from
Oct 20, 2022

Conversation

tfenne
Copy link
Member

@tfenne tfenne commented Oct 20, 2022

…e memory usage.

@nh13 In my hands this is no slower on "normal" looking data (i.e. 1-10s of reads per tag family), but significantly reduces memory usage when pathological data is present (e.g. tag families with 10,000s of reads). Do you think it's ok to just tweak these down, or do you think we should add command line parameters to control cache sizing?

@tfenne tfenne requested a review from nh13 October 20, 2022 17:42
@tfenne tfenne self-assigned this Oct 20, 2022
@clintval
Copy link
Member

FYI: #867

@codecov-commenter
Copy link

Codecov Report

Base: 95.66% // Head: 95.66% // No change to project coverage 👍

Coverage data is based on head (b498cfe) compared to base (da9ecbc).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #881   +/-   ##
=======================================
  Coverage   95.66%   95.66%           
=======================================
  Files         125      125           
  Lines        7239     7239           
  Branches      507      507           
=======================================
  Hits         6925     6925           
  Misses        314      314           
Flag Coverage Δ
unittests 95.66% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...fulcrumgenomics/umi/ConsensusCallingIterator.scala 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tfenne
Copy link
Member Author

tfenne commented Oct 20, 2022

FYI: #867
Woah, I'd totally forgotten about that PR!

@nh13
Copy link
Member

nh13 commented Oct 20, 2022

I like #867 and we'd be happy for it to remain open, but this seems like a good quick win.

@tfenne tfenne merged commit f72a0c3 into main Oct 20, 2022
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.

4 participants