mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-07-27 00:45:25 -04:00
update current matrix configs
This commit is contained in:
parent
70ce34a9cf
commit
89f7aa6229
11 changed files with 450 additions and 252 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue