From a30d6fd51f40584e09ced964633d20d5c951764a Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 13 Aug 2022 17:57:46 -0700 Subject: [PATCH] servo: bump /tmp space from 16 GB -> 40 GB this is necessary because kernel builds (for moby) are *huge* --- machines/servo/fs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/servo/fs.nix b/machines/servo/fs.nix index d8c26e5a..09d2e07d 100644 --- a/machines/servo/fs.nix +++ b/machines/servo/fs.nix @@ -16,7 +16,7 @@ device = "none"; fsType = "tmpfs"; options = [ - "size=16G" + "size=40G" "mode=777" "defaults" ];