Commit 8b00a1b
authored
fix: Double default APK data size limit (#2060)
We keep hitting this because we have several packages in Chainguard OS
that are actually bigger than 4GB. Most of these are larger AI/ML
packages
This doubles the data size limit for APKs from 4GB to 8GB. 8GB is a
perfectly reasonable limit as the second largest APK in Chainguard OS is
7600276722 bytes (the first is... an outlier). There are plenty of other
packages that approach this limit as well
Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>1 parent afe765a commit 8b00a1b
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments