Commit 847fdf3
committed
fix(docker): simplify NODE_OPTIONS to only use supported --max-old-space-size
- Remove all unsupported WebAssembly options from NODE_OPTIONS
- Keep only --max-old-space-size=3072 which is fully supported
- Docker build now works successfully
- Memory optimization still achieved through heap size limit1 parent e12740a commit 847fdf3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments