servo: bump /tmp space from 16 GB -> 40 GB

this is necessary because kernel builds (for moby) are *huge*
This commit is contained in:
colin 2022-08-13 17:57:46 -07:00
parent da3070479f
commit a30d6fd51f

View File

@ -16,7 +16,7 @@
device = "none";
fsType = "tmpfs";
options = [
"size=16G"
"size=40G"
"mode=777"
"defaults"
];