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

msgpack: increase max_buffer_size to ~4GiB #8439

Merged

Commits on Oct 1, 2024

  1. msgpack: increase max_buffer_size to ~4GiB

    as borg now uses repository.store_load and .store_save to load
    and save the chunks cache, we need a rather high limit here.
    
    this is a quick fix, the real fix might be using chunks of the
    data (preferably <= MAX_OBJECT_SIZE), so there is less to unpack
    at once.
    ThomasWaldmann committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e251162 View commit details
    Browse the repository at this point in the history