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

filter-fasta.py runs out of memory #669

Open
terrycojones opened this issue Jan 25, 2019 · 0 comments
Open

filter-fasta.py runs out of memory #669

terrycojones opened this issue Jan 25, 2019 · 0 comments
Assignees

Comments

@terrycojones
Copy link
Member

A command like this filter-fasta.py --quiet --fastq --idLambda 'lambda r: "-1 ".join(r.split(None, 1))' (or something simpler) runs out of memory (or causes SLURM to think so) on the csd3 cluster. It shouldn't. Somewhere there must be a leak or Python objects are not being garbage collected, etc. I've looked at this before, monitoring a long-running process using top and not seeing it grow, so I'm not sure what's going on.

@terrycojones terrycojones self-assigned this Jan 25, 2019
@terrycojones terrycojones changed the title filterFasta runs out of memory filter-fasta.py runs out of memory Jan 25, 2019
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