Commit f9aa857
committed
increase
turns out 16GB is probably overkill; the 256MB was not sufficient,
given the OOM kill, but I was later adding vm mem even when the problem
was insufficient nodejs heap limit, and not vm memory
```
./ci/build/build-vscode.sh: line 38: 9100 Killed npm run gulp "vscode-reh-web-linux-x64${MINIFY:+-min}"
Error: building at STEP "RUN ./get_code_server_rpm.sh && touch /tmp/control": while running runtime: exit status 137
ERROR:sandbox.py:Failed to execute process, see errors logged above ^^^
```swap_size_mb to 16GB in gha_lvm_overlay.sh to prevent memory issues during codeserver build (#2356)1 parent 59a65d1 commit f9aa857
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments