Skip to content

Commit d85ea44

Browse files
authored
[CI] Limit number of core uses in test-node-compat runner (#24342)
Recently we have been added more tests here and seeing SIGKILL from the OS.
1 parent 3527e6b commit d85ea44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ executors:
1010
linux-python:
1111
docker:
1212
- image: cimg/python:3.10.7
13+
environment:
14+
EMCC_CORES: "4"
1315
focal:
1416
docker:
1517
- image: emscripten/emscripten-ci:focal

0 commit comments

Comments
 (0)