From fe571ff1ad5ac84899f3bc27263c42c6901c030c Mon Sep 17 00:00:00 2001 From: Andrey Vasnetsov Date: Tue, 28 Feb 2023 00:00:31 +0100 Subject: [PATCH] Update memory-consumption.md --- qdrant-landing/content/articles/memory-consumption.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qdrant-landing/content/articles/memory-consumption.md b/qdrant-landing/content/articles/memory-consumption.md index becf33e23..3a8a23344 100644 --- a/qdrant-landing/content/articles/memory-consumption.md +++ b/qdrant-landing/content/articles/memory-consumption.md @@ -170,6 +170,7 @@ This suggests that about 1.2Gb of memory is needed to serve around 1 million vec Let's go a bit further! In the second experiment, we tested how well our system performs when **vectors are stored using the memory-mapped file** (mmap). +Create collection with: ```http PUT /collections/benchmark @@ -217,7 +218,7 @@ But let's first see how much RAM we need to serve 1 million vectors and then we ### Vectors and HNSW graph stored using MMAP In the third experiment, we tested how well our system performs when vectors and HNSW graph are stored using the memory-mapped files. - +Create collection with: ```http PUT /collections/benchmark