core-services: bump dbengine disk size to 4GiB

This commit is contained in:
Raito Bezarius 2021-12-29 17:33:28 +01:00
parent 8ac5d2e4ab
commit 2c321dd0aa
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ let
inherit target;
}; };
in {}
// mkDeploy "core-services-01" "root@core01.internal.rz.ens.wtf"
// mkDeploy "core-services-01" "root@core01.rz.ens.wtf"
// mkDeploy "remote-builder-01" "root@nix01.builders.rz.ens.wtf"
// mkDeploy "public-cof" "root@beta.rz.ens.wtf"
// mkTestsConfig [ "core-services-01" "remote-builder-01" "public-cof" ]

View file

@ -19,7 +19,7 @@ in
text = ''
[global]
page cache size = 32
dbengine multihost disk space = 2048
dbengine multihost disk space = 4096
'';
};