Limitations RAM matrix

This commit is contained in:
nyanloutre 2018-07-26 11:07:10 +02:00
parent 74c6e229cf
commit 9b0907391e
1 changed files with 5 additions and 0 deletions

View File

@ -229,6 +229,11 @@ in
''; '';
}; };
systemd.services.matrix-synapse.serviceConfig = {
MemoryHigh = "3G";
MemoryMax = "4G";
};
services.pgmanage.enable = true; services.pgmanage.enable = true;
services.pgmanage.port = pgmanage_port; services.pgmanage.port = pgmanage_port;
services.pgmanage.connections = { services.pgmanage.connections = {