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

@@ -7,7 +7,7 @@ cd $DIR/../..
echo "====== Testing ======"
echo "====== Build ======"
NODE_OPTIONS=--max_old_space_size=4096
NODE_OPTIONS=--max_old_space_size=8192
if [ "$CI" = "true" ]; then
echo "Building testing for production"