Skip to content

Commit

Permalink
Enable compaction in config.yaml (milvus-io#12844)
Browse files Browse the repository at this point in the history
Helm chart and python tests enabled compaction, yet
the milvus.yaml disabled. This caused local smoke tests
failure

Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn authored Dec 7, 2021
1 parent e4de86b commit f1ac6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/milvus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ dataCoord:
serverMaxSendSize: 2147483647 # math.MaxInt32
clientMaxRecvSize: 104857600 # 100 MB, 100 * 1024 * 1024
clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024
enableCompaction: false # Enable data segment compression
enableCompaction: true # Enable data segment compression
enableGarbageCollection: false

segment:
Expand Down

0 comments on commit f1ac6e2

Please sign in to comment.