Skip to content

Commit

Permalink
Merge pull request #5317 from ajfabbri/fuller-disk
Browse files Browse the repository at this point in the history
config: reduce min allowed storage_min_free_bytes
  • Loading branch information
mmaslankaprv committed Jul 5, 2022
2 parents 7d40c49 + ffbc2f9 commit 3e7765a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/config/configuration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ configuration::configuration()
"Threshold of minimim bytes free space before rejecting producers.",
{.needs_restart = needs_restart::no, .visibility = visibility::tunable},
1_GiB,
{.min = 1_GiB})
{.min = 10_MiB})
, enable_metrics_reporter(
*this,
"enable_metrics_reporter",
Expand Down

0 comments on commit 3e7765a

Please sign in to comment.