From 15c32d0645f8b17f74a4419a4edc9dc802bdba86 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 23 Oct 2022 14:50:42 +1000 Subject: [PATCH] nixosTests.lxd: increase diskSize to 4096 --- nixos/tests/lxd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/lxd.nix b/nixos/tests/lxd.nix index 3894e09859b6..2c2c19e0eecf 100644 --- a/nixos/tests/lxd.nix +++ b/nixos/tests/lxd.nix @@ -23,7 +23,7 @@ in { nodes.machine = { lib, ... }: { virtualisation = { - diskSize = 2048; + diskSize = 4096; # Since we're testing `limits.cpu`, we've gotta have a known number of # cores to lean on