Skip to content

Commit

Permalink
Merge pull request ceph#55188 from cyx1231st/wip-crimson-increase-obc…
Browse files Browse the repository at this point in the history
…-lru

common/options/crimson: increase crimson_osd_obc_lru_size to 512

Reviewed-by: Matan Breizman <[email protected]>
Reviewed-by: Samuel Just <[email protected]>
  • Loading branch information
athanatos authored Jan 18, 2024
2 parents 67874c5 + 19e9436 commit 31f7971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions qa/config/crimson_qa_overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ overrides:
osd pool default crimson: true
osd:
crimson seastar smp: 3
crimson osd obc lru size: 10
flavor: crimson
workunit:
env:
Expand Down
2 changes: 1 addition & 1 deletion src/common/options/crimson.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ options:
type: uint
level: advanced
desc: Number of obcs to cache
default: 10
default: 512
- name: crimson_osd_scheduler_concurrency
type: uint
level: advanced
Expand Down

0 comments on commit 31f7971

Please sign in to comment.