change continuwuity ram limits
This commit is contained in:
parent
ffa3df9730
commit
23633dac37
1 changed files with 3 additions and 3 deletions
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
config = {
|
||||
systemd.services.continuwuity.serviceConfig = {
|
||||
MemoryHigh = "4G";
|
||||
MemoryMax = "5G";
|
||||
MemoryHigh = "5G";
|
||||
MemoryMax = "6G";
|
||||
TimeoutStartSec = "10m";
|
||||
Restart = lib.mkForce "always";
|
||||
ExecStartPost = "/bin/sh -c 'until ${lib.getExe pkgs.curl} -s -f https://matrix.federated.nexus/.well-known/matrix/client; do sleep 1; done'";
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
url_preview_max_spider_size = 2097152;
|
||||
|
||||
max_request_size = 256000000;
|
||||
cache_capacity_modifier = 2;
|
||||
cache_capacity_modifier = 1.8; # TODO
|
||||
|
||||
dns_cache_entries = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue