diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 3ab0a9d555..fa04ce8883 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -240,7 +240,7 @@ queryNode: enableIndex: true nlist: 128 # growing segment index nlist nprobe: 16 # nprobe to search growing segment, based on your accuracy requirement, must smaller than nlist - loadMemoryUsageFactor: 2 # The multiply factor of calculating the memory usage while loading segments + loadMemoryUsageFactor: 1 # The multiply factor of calculating the memory usage while loading segments enableDisk: true # enable querynode load disk index, and search on disk index maxDiskUsagePercentage: 95 cache: