postgres: increase max_connections
This commit is contained in:
parent
570e32ea1d
commit
adc99947bc
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
||||||
port = 5432;
|
port = 5432;
|
||||||
settings = {
|
settings = {
|
||||||
listen_addresses = lib.mkForce "*";
|
listen_addresses = lib.mkForce "*";
|
||||||
|
max_connections = "300";
|
||||||
|
shared_buffers = "80MB";
|
||||||
};
|
};
|
||||||
authentication = ''
|
authentication = ''
|
||||||
local all all trust
|
local all all trust
|
||||||
|
|
Loading…
Reference in a new issue