Skip to content

Allow bigallocs larger than 4GB #211

Description

@stephenrkell

Currently, BIGGEST_SANE_USER_ALLOC is overused and prevents user code from allocating medium-large amounts of memory, or large unreserved slabs (memtable-like techniques). We should split this into multiple thresholds and use the appropriate one in each case. The 4GB limit is only really relevant to leaf-level allocations, and then only if we intend to use libcrunch-style bounds checking for them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions