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:
arpit551
2020-05-29 08:06:16 +05:30
committed by Tim Abbott
parent 662f4902f8
commit 03d563ce0f

View File

@@ -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