reduce test in VM to 1.2 GB RAM

This commit is contained in:
Jörg Thalheim 2023-11-02 13:01:36 +01:00
parent 6c43b7016d
commit 1afdae78b7

View file

@ -24,7 +24,7 @@ makeTest' {
];
system.extraDependencies = [ kexecTarball ];
virtualisation.memorySize = 1 * 1024 + 512;
virtualisation.memorySize = 1 * 1024 + 256;
virtualisation.diskSize = 4 * 1024;
virtualisation.forwardPorts = [{
host.port = 2222;