From fab3236f7e70b5a9d9d3df8056d291d874c595ff Mon Sep 17 00:00:00 2001 From: zhihui wang <146961954+hiwangzhihui@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:22:29 +0800 Subject: [PATCH] Update default value of maxGeneralCapacity The default value of maxGeneralCapacity is 65536 in both the resource code and milvus.yaml. --- site/en/adminGuide/limit_collection_counts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/en/adminGuide/limit_collection_counts.md b/site/en/adminGuide/limit_collection_counts.md index 6438527a3..10a9f19a8 100644 --- a/site/en/adminGuide/limit_collection_counts.md +++ b/site/en/adminGuide/limit_collection_counts.md @@ -27,10 +27,10 @@ Configuration varies with the way you install the Milvus instance. ```yaml rootCoord: - maxGeneralCapacity: 1024 + maxGeneralCapacity: 65536 ``` -The `maxGeneralCapacity` parameter sets the maximum number of collections that the current Milvus instance can hold. The default value is `1024`. +The `maxGeneralCapacity` parameter sets the maximum number of collections that the current Milvus instance can hold. The default value is `65536`. ## Calculating the number of collections