Limitations RAM matrix
This commit is contained in:
parent
74c6e229cf
commit
9b0907391e
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user