Skip to content

Commit

Permalink
[dbnode] Bump default filesystem persist rate limit (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdarulis authored and robskillington committed Oct 28, 2020
1 parent 780a769 commit 313c1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cmd/services/m3dbnode/config/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
defaultDataReadBufferSize = 65536
defaultInfoReadBufferSize = 128
defaultSeekReadBufferSize = 4096
defaultThroughputLimitMbps = 100.0
defaultThroughputLimitMbps = 1000.0
defaultThroughputCheckEvery = 128
defaultForceIndexSummariesMmapMemory = false
defaultForceBloomFilterMmapMemory = false
Expand Down
2 changes: 1 addition & 1 deletion src/dbnode/config/m3dbnode-all-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ db:
# and snapshotting to prevent them from interfering with the commitlog. Increasing
# this value can make node adds significantly faster if the underlyign disk can
# support the throughput.
throughputLimitMbps: 100.0
throughputLimitMbps: 1000.0
throughputCheckEvery: 128

# This feature is currently not working, do not enable.
Expand Down

0 comments on commit 313c1e4

Please sign in to comment.