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

[bitnami/postgresql] unable to modify shared_buffers #32136

Open
shaykeren opened this issue Feb 23, 2025 · 0 comments
Open

[bitnami/postgresql] unable to modify shared_buffers #32136

shaykeren opened this issue Feb 23, 2025 · 0 comments
Assignees
Labels
in-progress postgresql tech-issues The user has a technical issue about an application

Comments

@shaykeren
Copy link

shaykeren commented Feb 23, 2025

Name and Version

bitnami/postgresql

What architecture are you using?

None

What steps will reproduce the bug?

shared_buffers setting is not set, although I changed the values file with shared_buffers = '7000MB'
I found that this file override my settings ->
/bitnami/postgresql/data/postgresql.auto.conf 3 shared_buffers 1GB

The following command returns an output of '1GB':
SHOW shared_buffers; 1GB

The following command returns an output of
/opt/bitnami/postgresql/conf/conf.d/override.conf 1 shared_buffers 800MB
/bitnami/postgresql/data/postgresql.auto.conf 3 shared_buffers 1GB

SELECT sourcefile, sourceline, name, setting 
FROM pg_file_settings 
WHERE name = 'shared_buffers';

Are you using any custom parameters or values?

postgresql:
  primary:
    extendedConfiguration: |
      shared_buffers = '7000MB'

What is the expected behavior?

shared_buffers should be set to 7GB

What do you see instead?

shared_buffers is 1 GB

Additional information

No response

@shaykeren shaykeren added the tech-issues The user has a technical issue about an application label Feb 23, 2025
@github-actions github-actions bot added the triage Triage is needed label Feb 23, 2025
@javsalgar javsalgar changed the title unable to modify shared_buffers [bitnami/postgresql] unable to modify shared_buffers Feb 24, 2025
@github-actions github-actions bot removed the triage Triage is needed label Feb 24, 2025
@github-actions github-actions bot assigned gongomgra and unassigned javsalgar Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-progress postgresql tech-issues The user has a technical issue about an application
Projects
None yet
Development

No branches or pull requests

3 participants