Commit 49c22f9
committed
fix: set tmpfs to 16G, add dockerd startup timeout with error log dump
- Change tmpfs from size=0 (default, could be too small on Modal) to 16G
- Replace infinite until loop with 60-second timeout that dumps
/var/log/dockerd.log on failure so we can diagnose startup issues
- Sandbox now exits cleanly instead of spinning forever if dockerd fails1 parent 11cd5c2 commit 49c22f9
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
743 | | - | |
| 743 | + | |
| 744 | + | |
744 | 745 | | |
745 | 746 | | |
746 | 747 | | |
| |||
0 commit comments