CI: increase memory size
This commit is contained in:
parent
c21ef304de
commit
fc0a6745e2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ else
|
|||
echo "$ASSET_URL"
|
||||
fi
|
||||
|
||||
export NODE_OPTIONS=--max-old-space-size=6500
|
||||
export NODE_OPTIONS=--max-old-space-size=32768
|
||||
vite build $SRC_MAPS
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue