Commit b17a894f authored by Xavier Thompson's avatar Xavier Thompson

software/theia: Increase nodejs memory

Sometimes nodejs runs out of memory during the build of Theia.
See https://github.com/eclipse-theia/theia/issues/4132
This is in prevention of that issue.
parent 0c48b963
......@@ -213,6 +213,7 @@ command = ${bash:location}/bin/bash -c "
PATH=${nodejs:location}/bin:${pkgconfig:location}/bin:$PATH \
PKG_CONFIG_PATH=${libsecret:pkg-config-path} \
LDFLAGS='-Wl,-rpath=${libsecret:location}/lib -L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -Wl,-rpath=${glib:location}/lib' && \
NODE_OPTIONS="--max-old-space-size=4096" \
mkdir -p ${:location} && \
mkdir -p \$TMPDIR && \
cd ${:location} && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment