chore(tazjin/tverskoy): Increase / tmpfs size to 8G

Any less and building 'awscli' is not possible ...

Change-Id: I99105b767f4afa4cf0d072d57b08963bc12ff994
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4391
Reviewed-by: tazjin <mail@tazj.in>
Autosubmit: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2021-12-17 13:33:06 +03:00 committed by clbot
parent 47830f9d63
commit e25ef08c45

View file

@ -46,7 +46,7 @@ in lib.fix(self: {
"/" = {
device = "tmpfs";
fsType = "tmpfs";
options = [ "defaults" "size=4G" "mode=755" ];
options = [ "defaults" "size=8G" "mode=755" ];
};
"/home" = {