[skip e2e]Update milvus config of datanode (#22806)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2023-03-16 22:53:58 +08:00 committed by GitHub
parent ab1ac69712
commit 35be7a64bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 2 deletions

View File

@ -128,3 +128,9 @@ pulsar:
defaultRetentionSizeInMB: "8192"
backlogQuotaDefaultLimitGB: "8"
backlogQuotaDefaultRetentionPolicy: producer_exception
extraConfigFiles:
user.yaml: |+
dataNode:
memory:
forceSyncEnable: false

View File

@ -33,4 +33,10 @@ etcd:
minio:
mode: standalone
pulsar:
enabled: false
enabled: false
extraConfigFiles:
user.yaml: |+
dataNode:
memory:
forceSyncEnable: false

View File

@ -125,4 +125,10 @@ pulsar:
defaultRetentionTimeInMinutes: "10080"
defaultRetentionSizeInMB: "8192"
backlogQuotaDefaultLimitGB: "8"
backlogQuotaDefaultRetentionPolicy: producer_exception
backlogQuotaDefaultRetentionPolicy: producer_exception
extraConfigFiles:
user.yaml: |+
dataNode:
memory:
forceSyncEnable: false

View File

@ -33,3 +33,9 @@ minio:
mode: standalone
pulsar:
enabled: false
extraConfigFiles:
user.yaml: |+
dataNode:
memory:
forceSyncEnable: false