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

Limit max memory #87

Open
epruesse opened this issue Apr 6, 2020 · 1 comment
Open

Limit max memory #87

epruesse opened this issue Apr 6, 2020 · 1 comment
Milestone

Comments

@epruesse
Copy link
Owner

epruesse commented Apr 6, 2020

With large reference databases, the reference sequence cache can grow over time to lead to a late crash during execution. Allow specifying --max-mem.

  • Make sequence cache an LRU cache
  • Compute total mem usage:
    • index
    • cache
    • matrix
    • rest
  • Limit threads?
@epruesse epruesse added this to the 1.7.0 milestone Apr 6, 2020
@epruesse
Copy link
Owner Author

epruesse commented Apr 6, 2020

Would fix the problem reported in #74

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