mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
postgres: Changed max_connections in postgres 12 config template.
Value of max_connections is now 1000 like in other postgres versions template.
This commit is contained in:
@@ -769,6 +769,7 @@ vacuum_freeze_min_age = 1000000000
|
||||
vacuum_freeze_table_age = 1800000000
|
||||
|
||||
# Performance settings
|
||||
max_connections = 1000
|
||||
maintenance_work_mem = <%= scope["zulip::postgres_appdb_tuned::maintenance_work_mem"] %>MB
|
||||
effective_cache_size = <%= scope["zulip::postgres_appdb_tuned::effective_cache_size"] %>MB
|
||||
work_mem = <%= scope["zulip::postgres_appdb_tuned::work_mem"] %>MB
|
||||
|
||||
Reference in New Issue
Block a user