Skip to content

Commit

Permalink
fix flush-size value limits
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Mar 26, 2024
1 parent 4183111 commit 3f3c1cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion schema/schemas
4 changes: 2 additions & 2 deletions testdata/cases/server71/server71.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace ns1 {

storage-engine memory {
data-size 32G
flush-size 10M
flush-size 1M
}

nsup-period 2048
Expand All @@ -74,7 +74,7 @@ namespace ns2 {
evict-used-pct 70
stop-writes-used-pct 70
stop-writes-avail-pct 20
flush-size 10M
flush-size 2M

}

Expand Down
2 changes: 1 addition & 1 deletion testdata/cases/server71/server71.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespaces:
devices:
- /dummy/mount/point1
evict-used-pct: 70
flush-size: 10485760
flush-size: 1048576
stop-writes-avail-pct: 20
stop-writes-used-pct: 70
type: device
Expand Down

0 comments on commit 3f3c1cf

Please sign in to comment.