Commit e9dd3f8
committed
feat: set max layers to 499
Theoretically way more layers possible (I tested with 2000+) but you
can't podman run the image anymore with 500+
I think the limit used to be 255, no longer the case with Kernel 6.15+.
We want as much layers as we can get away with because it makes
rechunking much more efficient.
See: https://github.com/containers/storage/blob/83cf57466529353aced8f1803f2302698e0b5cb7/drivers/overlay/overlay.go#L56-L811 parent 08d3705 commit e9dd3f8
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
0 commit comments