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

Slabs #2756

Merged
merged 2 commits into from
May 10, 2021
Merged

Slabs #2756

merged 2 commits into from
May 10, 2021

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    cbd1c84 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Reuse the same memory buffers during unpacking

    We think we have memory fragmentation causing failed extraction in
    Windows containers and smaller Unix devices.
    
    Writes of both full objects and streamed objects now re-use the Vec via
    a sharded-slab implementation. To facilitate the more complicated memory
    logic, buffer limit management is now integrated into the IO Executor:
    the immediate executor doesn't limit at all as no outstanding buffers
    occur, and the threaded executor tracks both the total allocated buffers
    as well as whether a reusable buffer is available.
    rbtcollins committed May 8, 2021
    Configuration menu
    Copy the full SHA
    74f4727 View commit details
    Browse the repository at this point in the history