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

Tweak postgres db memory params #1408

Open
mahalakshme opened this issue Oct 2, 2023 · 1 comment
Open

Tweak postgres db memory params #1408

mahalakshme opened this issue Oct 2, 2023 · 1 comment

Comments

@mahalakshme
Copy link

prod db performance - CPU is busy, disk is busy but we have a lot of unused RAM. We should probably do a spike to tweak postgres memory params like work_mem, shared_buffers etc for our usage (since the defaults are more suited to low resource environments)

@vinayvenu
Copy link
Member

Current values
shared_buffers - 1GB
work_mem - 4mb. This is typically required to be increased once we go to around the 100th page of a sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Focus Items
Development

No branches or pull requests

2 participants