We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e5e25 commit a9bdf73Copy full SHA for a9bdf73
deploy.sh
@@ -2,6 +2,9 @@
2
3
set -e
4
5
+# Set Node.js memory limit to 1.5GB (1536MB)
6
+export NODE_OPTIONS="--max-old-space-size=1536"
7
+
8
echo "--------------------------"
9
echo " _____ _ _ "
10
echo " / ____| | | | |"
0 commit comments