SINA icon indicating copy to clipboard operation
SINA copied to clipboard

Limit max memory

Open epruesse opened this issue 4 years ago • 1 comments

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 avatar Apr 06 '20 02:04 epruesse

Would fix the problem reported in #74

epruesse avatar Apr 06 '20 02:04 epruesse