You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
654 B
27 lines
654 B
# The following configuration parameters were generated using the PGTune tool
|
|
# https://pgtune.leopard.in.ua/
|
|
# parameters:
|
|
|
|
# DB Version: 13
|
|
# OS Type: linux
|
|
# DB Type: web
|
|
# Total Memory (RAM): 16 GB
|
|
# CPUs num: 6
|
|
# Data Storage: ssd
|
|
|
|
max_connections = 200
|
|
shared_buffers = 4GB
|
|
effective_cache_size = 12GB
|
|
maintenance_work_mem = 1GB
|
|
checkpoint_completion_target = 0.9
|
|
wal_buffers = 16MB
|
|
default_statistics_target = 100
|
|
random_page_cost = 1.1
|
|
effective_io_concurrency = 200
|
|
work_mem = 6990kB
|
|
min_wal_size = 1GB
|
|
max_wal_size = 4GB
|
|
max_worker_processes = 6
|
|
max_parallel_workers_per_gather = 3
|
|
max_parallel_workers = 6
|
|
max_parallel_maintenance_workers = 3
|
|
|