Skip to content

Instantly share code, notes, and snippets.

@parthivgls
Created September 21, 2020 08:08
Show Gist options
  • Save parthivgls/fac86a045e958e90b9604515425a91b0 to your computer and use it in GitHub Desktop.
Save parthivgls/fac86a045e958e90b9604515425a91b0 to your computer and use it in GitHub Desktop.
EXT
max_connections = 200
shared_buffers = 4GB
effective_cache_size = 12GB
maintenance_work_mem = 1GB
checkpoint_completion_target = 0.7
wal_buffers = 16MB
default_statistics_target = 100
random_page_cost = 1.1
effective_io_concurrency = 200
work_mem = 5242kB
min_wal_size = 1GB
max_wal_size = 4GB
max_worker_processes = 16
max_parallel_workers_per_gather = 4
max_parallel_workers = 16
max_parallel_maintenance_workers = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment