current config
This commit is contained in:
parent
14347cab42
commit
8c710546af
10 changed files with 639 additions and 1 deletions
25
pgtune.conf
Normal file
25
pgtune.conf
Normal file
|
@ -0,0 +1,25 @@
|
|||
# PGTune configuration
|
||||
# conf.d/pgtune.conf
|
||||
|
||||
# DB Version: 15
|
||||
# OS Type: linux
|
||||
# DB Type: web
|
||||
# Total Memory (RAM): 2 GB
|
||||
# CPUs num: 2
|
||||
# Connections num: 20
|
||||
# Data Storage: ssd
|
||||
|
||||
max_connections = 20
|
||||
shared_buffers = 512MB
|
||||
effective_cache_size = 1536MB
|
||||
maintenance_work_mem = 128MB
|
||||
checkpoint_completion_target = 0.9
|
||||
wal_buffers = 16MB
|
||||
default_statistics_target = 100
|
||||
random_page_cost = 1.1
|
||||
effective_io_concurrency = 200
|
||||
work_mem = 13107kB
|
||||
huge_pages = off
|
||||
min_wal_size = 1GB
|
||||
max_wal_size = 4GB
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue