Setting Configurations in Container #345
andrewgdunn
started this conversation in
General
Replies: 1 comment 2 replies
-
What's your machine memory and how many photos do you have? pgvecto.rs manages the memory separate from pg. Therefore too big shared_buffers may cause memory contention between pg and pgvecto.rs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Was looking to make changes to runtime resource consumption parameters for a deployment of pgvecto.rs on a beefy machine. However I've been looking at the postgres upstream documentation.
Are these parameters relevant for pgvecto.rs?
Can these be set at instance time with the container, via environmental variable or by adding on to the command like
-c shared_buffers=8G
?Beta Was this translation helpful? Give feedback.
All reactions