Skip to content

Commit

Permalink
common/options: Set osd_client_message_cap to 256.
Browse files Browse the repository at this point in the history
This seems like a reasonable default value based on testing results here:
https://docs.google.com/spreadsheets/d/1dwKcxFKpAOWzDPekgojrJhfiCtPgiIf8CGGMG1rboRU/edit?usp=sharing

Eventually we may want to rethink how the throttles and even how flow control
works, but this at least gives us some basic limits now ( a little higher than
the old value of 100 that we used for many years).

Signed-off-by: Mark Nelson <mnelson@redhat.com>
  • Loading branch information
Mark Nelson committed Jul 20, 2021
1 parent 50bff2d commit ac8cf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/options/osd.yaml.in
Expand Up @@ -629,7 +629,7 @@ options:
type: uint
level: advanced
desc: maximum number of in-flight client requests
default: 0
default: 256
with_legacy: true
- name: osd_crush_update_on_start
type: bool
Expand Down

0 comments on commit ac8cf27

Please sign in to comment.