@@ -210,7 +210,7 @@ The following table lists the configurable parameters of the Milvus Standalone c
210
210
| ` standalone.affinity ` | Affinity settings for Milvus Standalone pods assignment | ` {} ` |
211
211
| ` standalone.tolerations ` | Toleration labels for Milvus Standalone pods assignment | ` [] ` |
212
212
| ` standalone.heaptrack.enabled ` | Whether to enable heaptrack | ` false ` |
213
- | ` standalone.disk.enabled ` | Whether to enable disk | ` false ` |
213
+ | ` standalone.disk.enabled ` | Whether to enable disk | ` true ` |
214
214
| ` standalone.profiling.enabled ` | Whether to enable live profiling | ` false ` |
215
215
| ` standalone.extraEnv ` | Additional Milvus Standalone container environment variables | ` [] ` |
216
216
| ` standalone.messageQueue ` | Message queue for Milvus Standalone: rocksmq, pulsar, kafka | ` rocksmq ` |
@@ -304,7 +304,7 @@ The following table lists the configurable parameters of the Milvus Query Node c
304
304
| ` queryNode.affinity ` | Affinity settings for Milvus Query Node pods assignment | ` {} ` |
305
305
| ` queryNode.tolerations ` | Toleration labels for Milvus Query Node pods assignment | ` [] ` |
306
306
| ` queryNode.heaptrack.enabled ` | Whether to enable heaptrack | ` false ` |
307
- | ` queryNode.disk.enabled ` | Whether to enable disk for query | ` false ` |
307
+ | ` queryNode.disk.enabled ` | Whether to enable disk for query | ` true ` |
308
308
| ` queryNode.profiling.enabled ` | Whether to enable live profiling | ` false ` |
309
309
| ` queryNode.extraEnv ` | Additional Milvus Query Node container environment variables | ` [] ` |
310
310
| ` queryNode.grouping.enabled ` | Enable grouping small nq search | ` true ` |
@@ -348,7 +348,7 @@ The following table lists the configurable parameters of the Milvus Index Node c
348
348
| ` indexNode.affinity ` | Affinity settings for Milvus Index Node pods assignment | ` {} ` |
349
349
| ` indexNode.tolerations ` | Toleration labels for Milvus Index Node pods assignment | ` [] ` |
350
350
| ` indexNode.heaptrack.enabled ` | Whether to enable heaptrack | ` false ` |
351
- | ` indexNode.disk.enabled ` | Whether to enable disk for index node | ` false ` |
351
+ | ` indexNode.disk.enabled ` | Whether to enable disk for index node | ` true ` |
352
352
| ` indexNode.profiling.enabled ` | Whether to enable live profiling | ` false ` |
353
353
| ` indexNode.extraEnv ` | Additional Milvus Index Node container environment variables | ` [] ` |
354
354
| ` indexNode.scheduler.buildParallel ` | Index task build paralellism | ` 1 ` |
0 commit comments