Skip to content

Setting max_unflushed_gb too high creates PUTs that are too large #376

Description

@jjsp556

In an attempt to increase write performance, I tried setting max_unflushed_gb = 16.0 in version 1.0.8. I then saw error messages in the log that indicated that zerofs was attempting to perform a PUT that was a little larger than the 5 GiB S3 limit for a single PUT. It seems that either zerofs could attempt to keep individual PUTs at 5 GiB or less, or there should be a max value for max_unflushed_gb enforced so that this issue is avoided.

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