Commit 805b326
committed
fix: increase tmpfs from 4G to 8G to accommodate node_modules + BuildKit cache during push
The frontend Docker build with pre-installed node_modules (~200MB) plus
BuildKit layer exports during GHCR push exceeds the 4G tmpfs limit.
Increasing to 8G provides headroom for large builds with registry pushes.1 parent 6dce5e9 commit 805b326
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments