update current matrix configs

This commit is contained in:
creme 2022-01-05 15:43:39 +01:00
parent 70ce34a9cf
commit 89f7aa6229
No known key found for this signature in database
GPG key ID: C147C3B7FBDF08D0
11 changed files with 450 additions and 252 deletions

View file

@ -114,7 +114,7 @@ ssl_key_file = '/etc/ssl/private/ssl-cert-snakeoil.key'
# - Memory -
shared_buffers = 6GB # min 128kB
shared_buffers = 8GB # min 128kB
# (change requires restart)
#huge_pages = try # on, off, or try
# (change requires restart)
@ -123,8 +123,8 @@ shared_buffers = 6GB # min 128kB
# (change requires restart)
# Caution: it is not advisable to set max_prepared_transactions nonzero unless
# you actively intend to use prepared transactions.
work_mem = 15728kB # min 64kB
maintenance_work_mem = 1536MB # min 1MB
work_mem = 20971kB # min 64kB
maintenance_work_mem = 2GB # min 1MB
#autovacuum_work_mem = -1 # min 1MB, or -1 to use maintenance_work_mem
#max_stack_depth = 2MB # min 100kB
dynamic_shared_memory_type = posix # the default is the first option