Skip to content

Commit

Permalink
Add memory for building VS Code
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Aug 1, 2023
1 parent 29041a6 commit a4e2ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/linux-libc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN CACHE_NODE_PATH=/checode-compilation/.build/node/v16.17.1/linux-x64 \
&& echo "caching ${CACHE_NODE_PATH}" \
&& cp /usr/local/bin/node ${CACHE_NODE_PATH}/node

RUN NODE_OPTIONS="--max_old_space_size=8500" ./node_modules/.bin/gulp vscode-reh-web-${PLATFORM}-${BUILD_ARCH}-min \
RUN NODE_OPTIONS="--max_old_space_size=10500" ./node_modules/.bin/gulp vscode-reh-web-${PLATFORM}-${BUILD_ARCH}-min \
&& cp -r ../vscode-reh-web-${PLATFORM}-${BUILD_ARCH} /checode

RUN chmod a+x /checode/out/server-main.js \
Expand Down

0 comments on commit a4e2ee2

Please sign in to comment.