Limitations RAM matrix
This commit is contained in:
parent
74c6e229cf
commit
9b0907391e
1 changed files with 5 additions and 0 deletions
|
@ -229,6 +229,11 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
systemd.services.matrix-synapse.serviceConfig = {
|
||||
MemoryHigh = "3G";
|
||||
MemoryMax = "4G";
|
||||
};
|
||||
|
||||
services.pgmanage.enable = true;
|
||||
services.pgmanage.port = pgmanage_port;
|
||||
services.pgmanage.connections = {
|
||||
|
|
Loading…
Add table
Reference in a new issue