Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: reduce default
compaction_upper_limit
to 20 (#10889)
## Problem We've seen the previous default of 50 cause OOMs. Compacting many L0 layers at once now has limited benefit, since the cost is mostly linear anyway. This is already being reduced to 20 in production settings. ## Summary of changes Reduce `DEFAULT_COMPACTION_UPPER_LIMIT` to 20. Once released, let's remove the config overrides.
- Loading branch information
0453eaf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7697 tests run: 7314 passed, 1 failed, 382 skipped (full report)
Failures on Postgres 16
test_branch_creation_many[github-actions-selfhosted-random-1024]
: release-x86-64-with-lfcFlaky tests (1)
Postgres 17
test_pageserver_gc_compaction_idempotent[after_restart]
: release-arm64-with-lfcCode coverage* (full report)
functions
:32.9% (8621 of 26193 functions)
lines
:48.8% (72716 of 148858 lines)
* collected from Rust tests only
0453eaf at 2025-02-19T16:52:57.486Z :recycle: