Optimize postgresql performance

This commit is contained in:
coolneng 2022-10-23 17:34:18 +02:00
parent 46f7e43335
commit 8682f11eb9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

View File

@ -186,6 +186,10 @@
host all all 127.0.0.1/32 trust
host all all ::1/128 trust
'';
settings = {
max_connections = "300";
shared_buffers = "512MB";
};
};
# Restart reverse proxy after services startup