Skip to content

Commit 321e3f7

Browse files
authored
Try to fix CI OOMing (#213)
chore(ci): try to fix CI OOMing
1 parent b9ce685 commit 321e3f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildkite.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
env:
22
FORCE_COLOR: '3'
3+
# Bump Node.js memory to prevent OOM crashes
4+
NODE_OPTIONS: --max_old_space_size=4096
35

46
steps:
57
- command: |-

0 commit comments

Comments
 (0)