Optimize Postgres performance settings
This commit is contained in:
parent
2384ed8061
commit
349f57e474
|
@ -209,7 +209,7 @@
|
||||||
'';
|
'';
|
||||||
settings = {
|
settings = {
|
||||||
max_connections = "300";
|
max_connections = "300";
|
||||||
shared_buffers = "512MB";
|
shared_buffers = "1024MB";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue