-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16640 vos: tune aggregation credits for phase2 pool (#15735)
When md-on-ssd phase2 pool runs into space pressure, larger SCAN credits will be used to reduce yield & reprobe on iterating, larger DEL credits will be used to drop more punched objects to GC in one batch, so that GC will likely reclaim more objects when reclaiming a bucket. Though larger aggregation credits will lower front end I/O performance, it can greatly reduce page misses for GC when free space/page is tight. This PR also fixed the NE space pressure check, where the sys reserved space should not be taken into account. Signed-off-by: Niu Yawei <[email protected]>
- Loading branch information
Showing
2 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters