Skip to content

Commit a33c63a

Browse files
committed
Increase node memory
1 parent d7126df commit a33c63a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testkit/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM ubuntu:20.04
22

33
ENV DEBIAN_FRONTEND noninteractive
4+
ENV NODE_OPTIONS --max_old_space_size=4096
5+
46

57
RUN apt-get update && \
68
apt-get install -y \

0 commit comments

Comments
 (0)