Optimize Postgres performance settings

This commit is contained in:
coolneng 2023-06-20 17:57:41 +02:00
parent 2384ed8061
commit 349f57e474
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@
'';
settings = {
max_connections = "300";
shared_buffers = "512MB";
shared_buffers = "1024MB";
};
};