mirror of https://github.com/milvus-io/milvus.git
Enable compaction in config.yaml (#12844)
Helm chart and python tests enabled compaction, yet the milvus.yaml disabled. This caused local smoke tests failure Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/12905/head
parent
e4de86ba42
commit
f1ac6e2092
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue