From 38d053001e074bedcb17d663256598c5a0f45eaa Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 28 Oct 2024 00:32:12 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f373014..76f0f39 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ 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) +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) ```sql SET hnsw.scan_mem_multiplier = 2;