Skip to content
Snippets Groups Projects
Commit 8ddd4a62 authored by Lorenzo Tilve's avatar Lorenzo Tilve
Browse files

Increase npm compile max RAM to 4gb

parent 20b71a23
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ all: ...@@ -3,7 +3,7 @@ all:
# Install dependencies # Install dependencies
cd app && ./scripts/npm.sh install cd app && ./scripts/npm.sh install
# build vscode # build vscode
cd app && ./node_modules/.bin/gulp "vscode-linux-ia32-prepare-flatpak" cd app && ./node_modules/.bin/gulp "vscode-linux-ia32-prepare-flatpak" --max_old_space_size=4096;
install: install:
./install ./install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment