Added note about --shm-size [skip ci]

This commit is contained in:
Andrew Kane
2024-01-24 14:49:38 -08:00
parent b7b11cd8d5
commit c816b5d0d1

View File

@@ -751,6 +751,12 @@ docker pull pgvector/pgvector:pg16
docker pull pgvector/pgvector:0.6.0-pg16
```
Also, if youve increased `maintenance_work_mem`, make sure `--shm-size` is at least that size to avoid an error with parallel HNSW index builds.
```sh
docker run --shm-size=1g ...
```
## Thanks
Thanks to: