From 13a5a1969ff4d7b6dd2762a8e9519587dff945d4 Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Wed, 3 May 2023 16:39:10 +0530 Subject: [PATCH] added max_connection600 --- custom-postgresql.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-postgresql.conf b/custom-postgresql.conf index b2296de..4ea5a9e 100644 --- a/custom-postgresql.conf +++ b/custom-postgresql.conf @@ -61,7 +61,7 @@ external_pid_file = '/var/run/postgresql/12-main.pid' # write an extra PID fil # defaults to 'localhost'; use '*' for all # (change requires restart) port = 5432 # (change requires restart) -max_connections = 100 # (change requires restart) +max_connections = 600 # (change requires restart) #superuser_reserved_connections = 3 # (change requires restart) unix_socket_directories = '/var/run/postgresql' # comma-separated list of directories # (change requires restart)