Commit 3aa1607
authored
[iris] Remove 8 GB Docker memory cap on build containers (#4625)
uv sync on a large workspace OOMs against the fixed 8 GB
_BUILD_MEMORY_LIMIT_BYTES ceiling. Confirmed via dmesg on the worker:
CONSTRAINT_MEMCG killed uv at exactly 8 GB while the host had 1.4 TB
free. Remove the artificial limit so build containers are bounded only
by host memory.1 parent 1ad2cfa commit 3aa1607
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
| 352 | + | |
352 | 353 | | |
353 | 354 | | |
354 | 355 | | |
| |||
602 | 603 | | |
603 | 604 | | |
604 | 605 | | |
605 | | - | |
| 606 | + | |
606 | 607 | | |
607 | 608 | | |
608 | 609 | | |
| |||
0 commit comments