bundles/postgresql: more cache, please

This commit is contained in:
Franzi 2023-06-03 13:21:23 +02:00
parent 5b9ce2faa1
commit 712454c1e3
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 9 additions and 1 deletions

View file

@ -9,6 +9,7 @@ max_connections = ${max_connections}
autovacuum_max_workers = ${autovacuum_max_workers}
maintenance_work_mem = ${maintenance_work_mem}MB
work_mem = ${work_mem}MB
effective_cache_size = ${cache_size}MB
shared_buffers = ${shared_buffers}MB
temp_buffers = ${temp_buffers}MB
log_destination = syslog

View file

@ -24,6 +24,7 @@ defaults = {
'shared_buffers': 128,
'temp_buffers': 8,
'slow_query_log_sec': 0,
'cache_size': 256,
},
}