Commit e325080
Use rpm2cpio for u-boot extraction to avoid 572MB memory spike
rpmfile decompresses the entire zstd CPIO payload (572MB) into memory
to extract a 1.6MB file. On 4Gi VMs running parallel tests this
triggers the OOM killer. Use rpm2cpio + cpio on Linux which streams
without buffering; fall back to rpmfile on macOS.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ba70ce5 commit e325080
1 file changed
Lines changed: 14 additions & 5 deletions
Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
42 | 52 | | |
43 | | - | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
| |||
0 commit comments