Optimize postgresql performance

This commit is contained in:
2022-10-23 17:34:18 +02:00
parent 46f7e43335
commit 8682f11eb9

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