-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize Postgres v12 Memory Parameters (memory-settings.yml) #166
Comments
128GB of RAM is probably the exception and we should not hardcode this into the repo. Also most of those values vary by the amount of RAM you have so maybe a link to a guide which explains this in a good manner would be helpfull. |
Yes, I agree that this shouldnt be added directly to the repo. Maybe @yvanzo can add this to the memory override settings in the documentation. https://www.postgresql.org/docs/12/runtime-config-resource.html work_mem maintenance_work_mem effective_cache_size
|
We set it to
We did not changed these for |
Good to know. Thank you |
I have changed some of my Postgres v12 Memory Parameters (memory-settings.yml) and noticed that live indexing search is working better. Here are the settings I am now using.
Does anyone have any suggestions? I am running my Musicbrainz replication server on a server with 24c/48t and 128gb of ram. Thank you!
local/compose/memory-settings.yml
The text was updated successfully, but these errors were encountered: