Skip to content
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

Setting maintenance_work_mem does not apply to server #394

Open
orlovmyk opened this issue Sep 18, 2024 · 0 comments
Open

Setting maintenance_work_mem does not apply to server #394

orlovmyk opened this issue Sep 18, 2024 · 0 comments
Labels
chart( cluster ) Related to the cluster chart

Comments

@orlovmyk
Copy link
Contributor

According to CNPG guide, I've tried to set maintenance_work_mem as well as other params in my cluster:

    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

image image
@itay-grudev itay-grudev added the chart( cluster ) Related to the cluster chart label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart( cluster ) Related to the cluster chart
Projects
None yet
Development

No branches or pull requests

2 participants