From 0aa0f6619b4b4937f74f2d327b0e5d92798f474e Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 28 Oct 2024 00:43:39 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76f0f39..948591e 100644 --- a/README.md +++ b/README.md @@ -505,13 +505,13 @@ SET hnsw.max_scan_tuples = 20000; Note: This is approximate and does not apply to the initial scan -When increasing this or using a lower `work_mem` than default, you may also need to increase the max amount of memory an iterative scan can use, which is a multiple of `work_mem` (1 by default) +Specify the max amount of memory to use, as a multiple of `work_mem` (1 by default) ```sql SET hnsw.scan_mem_multiplier = 2; ``` -You can see when this is needed by enabling debug messages +You can see when increasing this will help by enabling debug messages ```sql SET client_min_messages = debug1;