Commit 7441c17
nemotron: set 4GB worker memory for CC download
Each Nemotron CC download worker decompresses a ~350MB zstd file to
~1.5-2GB in memory. The default ZephyrContext resources (1GB) caused
OOMKill when workers exceeded their memory limit. Set 4GB to give
sufficient headroom.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d41887d commit 7441c17
File tree
1 file changed
+4
-1
lines changed- lib/marin/src/marin/download/nemotron_cc
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
0 commit comments