Skip to content

Commit 4c25ef9

Browse files
committed
fix: increase node memory limit to 4gb
1 parent aa752f2 commit 4c25ef9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ LABEL com.github.actions.color="gray-dark"
77

88
COPY entrypoint.sh LICENSE.md README.md /
99

10+
# increase node's default memory limit to 4gb
11+
# see: https://github.com/expo/expo-github-action/#overwriting-node_options
12+
ENV NODE_OPTIONS="--max_old_space_size=4096"
13+
1014
entrypoint ["/entrypoint.sh"]

0 commit comments

Comments
 (0)