increase node memory to 8gb

This commit is contained in:
Denys Vuika
2020-08-25 14:22:49 +01:00
parent b38012d462
commit 94273678df
7 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../..
NODE_OPTIONS=--max_old_space_size=4096
NODE_OPTIONS=--max_old_space_size=8192
if [ "$CI" = "true" ]; then
echo "Building extensions for production"