Optimize postgresql performance
This commit is contained in:
parent
46f7e43335
commit
8682f11eb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue