bump default bash tmp size

This commit is contained in:
Ruben Fiszel
2023-01-19 20:32:08 +01:00
parent f97f909974
commit ddef8e30e9
@@ -54,7 +54,7 @@ mount {
dst: "/tmp"
fstype: "tmpfs"
rw: true
options: "size=500000000"
options: "size=800000000"
}
mount {