This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: milvus
3
3
appVersion : " 2.1.4"
4
4
kubeVersion : " ^1.10.0-0"
5
5
description : Milvus is an open-source vector database built to power AI applications and vector similarity search.
6
- version : 3.2.10
6
+ version : 3.2.11
7
7
keywords :
8
8
- milvus
9
9
- elastic
Original file line number Diff line number Diff line change @@ -164,14 +164,16 @@ heaptrack:
164
164
# # Configuration for Milvus quota and limits.
165
165
# By default, we enable:
166
166
# 1. TT protection;
167
- # 2. Memory protection.
167
+ # 2. Memory protection;
168
+ # 3. Disk quota protection;
168
169
# You can enable:
169
170
# 1. DML throughput limitation;
170
171
# 2. DDL, DQL qps/rps limitation;
171
172
# 3. DQL Queue length/latency protection;
173
+ # 4. DQL result rate protection;
172
174
# If necessary, you can also manually force to deny RW requests.
173
175
quotaAndLimits :
174
- enabled : false # `true` to enable quota and limits, `false` to disable.
176
+ enabled : true # `true` to enable quota and limits, `false` to disable.
175
177
176
178
# quotaCenterCollectInterval is the time interval that quotaCenter
177
179
# collects metrics from Proxies, Query cluster and Data cluster.
@@ -236,7 +238,7 @@ quotaAndLimits:
236
238
diskProtection :
237
239
# When the total file size of object storage is greater than `diskQuota`, all dml requests would be rejected;
238
240
enabled : true
239
- diskQuota : -1 # GB , (0, +inf), default no limit
241
+ diskQuota : -1 # MB , (0, +inf), default no limit
240
242
241
243
# limitReading decides whether dql requests are allowed.
242
244
limitReading :
You can’t perform that action at this time.
0 commit comments