Created
July 12, 2018 17:14
-
-
Save mrsweaters/a6f6ea764fccd5e906669eee8b251f24 to your computer and use it in GitHub Desktop.
PGTune
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DB Version: 10 | |
# OS Type: linux | |
# DB Type: web | |
# Total Memory (RAM): 8 GB | |
# CPUs num: 2 | |
# Connections num: 856 | |
# Data Storage: ssd | |
max_connections = 856 | |
shared_buffers = 2GB | |
effective_cache_size = 6GB | |
maintenance_work_mem = 512MB | |
checkpoint_completion_target = 0.7 | |
wal_buffers = 16MB | |
default_statistics_target = 100 | |
random_page_cost = 1.1 | |
effective_io_concurrency = 200 | |
work_mem = 2449kB | |
min_wal_size = 1GB | |
max_wal_size = 2GB | |
max_worker_processes = 2 | |
max_parallel_workers_per_gather = 1 | |
max_parallel_workers = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://pgtune.leopard.in.ua/#/