8000 Updated readme [skip ci] · postgrespro/pgvector@0aa0f66 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0aa0f66

Browse files
committed
Updated readme [skip ci]
1 parent 38d0530 commit 0aa0f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,13 +505,13 @@ SET hnsw.max_scan_tuples = 20000;
505505

506506
Note: This is approximate and does not apply to the initial scan
507507

508-
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)
508+
Specify the max amount of memory to use, as a multiple of `work_mem` (1 by default)
509509

510510
```sql
511511
SET hnsw.scan_mem_multiplier = 2;
512512
```
513513

514-
You can see when this is needed by enabling debug messages
514+
You can see when increasing this will help by enabling debug messages
515515

516516
```sql
517517
SET client_min_messages = debug1;

0 commit comments

Comments
 (0)
0