Skip to content

Commit a9bdf73

Browse files
tbrandtbrandaws
andauthored
Set Node.js memory limit to 1.5GB (1536MB) (#1284)
Co-authored-by: Taichiro Suzuki <taichirs@amazon.co.jp>
1 parent e6e5e25 commit a9bdf73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -e
44

5+
# Set Node.js memory limit to 1.5GB (1536MB)
6+
export NODE_OPTIONS="--max-old-space-size=1536"
7+
58
echo "--------------------------"
69
echo " _____ _ _ "
710
echo " / ____| | | | |"

0 commit comments

Comments
 (0)