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

Skip to content

Commit ccb9540

Browse files
committed
Updated readme [skip ci]
1 parent 04d5e93 commit ccb9540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ 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, 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+
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)
509509

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

0 commit comments

Comments
 (0)
0