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

memory leak with pairwise sequence alignments #274

Closed
andreasprlic opened this issue May 14, 2015 · 1 comment
Closed

memory leak with pairwise sequence alignments #274

andreasprlic opened this issue May 14, 2015 · 1 comment
Assignees
Labels
bug Bugs and bugfixes
Milestone

Comments

@andreasprlic
Copy link
Member

when running a large number of pairwise sequence alignments (smith waterman) I noticed increasing memory consumption. When profiling my code I see a large number of objects from

org.biojava.nbio.alignment.routines.AlignerHelper$Last

I suspect there is a memory leak somewhere.

@andreasprlic andreasprlic added the bug Bugs and bugfixes label May 14, 2015
@andreasprlic andreasprlic added this to the BioJava 4.1.0 milestone May 14, 2015
@andreasprlic andreasprlic self-assigned this May 14, 2015
@andreasprlic
Copy link
Member Author

Ali did some extensive testing and could not reproduce this any longer.

kamildoleglo pushed a commit to kamildoleglo/biojava that referenced this issue Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs and bugfixes
Projects
None yet
Development

No branches or pull requests

1 participant