We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to CNPG guide, I've tried to set maintenance_work_mem as well as other params in my cluster:
maintenance_work_mem
postgresql: parameters: shared_buffers: "2GB" effective_cache_size: "6GB" work_mem: "64MB" random_page_cost: "4" # default maintenance_work_mem: "64MB"
Other params works fine, but maintenance_work_mem remains default. Also I've check guide it's not fixed param: https://cloudnative-pg.io/documentation/1.16/postgresql_conf/#fixed-parameters
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to CNPG guide, I've tried to set
maintenance_work_mem
as well as other params in my cluster:Other params works fine, but
maintenance_work_mem
remains default. Also I've check guide it's not fixed param:https://cloudnative-pg.io/documentation/1.16/postgresql_conf/#fixed-parameters
The text was updated successfully, but these errors were encountered: