Skip to content

Commit

Permalink
Optimize rocksmq performance
Browse files Browse the repository at this point in the history
Signed-off-by: sunby <[email protected]>
  • Loading branch information
sunby committed Sep 1, 2023
1 parent 949c320 commit d71d976
Show file tree
Hide file tree
Showing 8 changed files with 582 additions and 269 deletions.
2 changes: 2 additions & 0 deletions configs/milvus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ rocksmq:
# 0 means not compress, 7 will use zstd
# len of types means num of rocksdb level.
compressionTypes: [0, 0, 7, 7, 7]
maxWriteParallelism: 30
maxTtMsgBufferSize: 1000

# natsmq configuration.
# more detail: https://docs.nats.io/running-a-nats-service/configuration
Expand Down
Loading

0 comments on commit d71d976

Please sign in to comment.