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

Made it possible to set a memory limit #321

Merged
merged 2 commits into from
Apr 29, 2023
Merged

Made it possible to set a memory limit #321

merged 2 commits into from
Apr 29, 2023

Commits on Apr 27, 2023

  1. Limit chunks to load

    If seekable:
      Unload the oldest chunk if it is greater than the limit.
    
    If seek is not possible:
      Stop reading when reading up to the limit value,
      and when approaching the end,
      unload the first (2nd) chunk and restart reading.
    noborus committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    7055a10 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Set startNUM if it is evicted from memory

    Set startNUM if it is evicted from memory and cannot be returned.
    Optimized default values
    noborus committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    b7e2bf7 View commit details
    Browse the repository at this point in the history