Skip to content

Commit 570f7fd

Browse files
authored
ci: fix prep-deps in PRs from external contributors (#23414)
It took a long time but we figured it out, it was running out of memory depending on the state of the cache. "Two PRs in different fork repos will have different caches" https://circleci.com/docs/oss/#caching
1 parent b3a327d commit 570f7fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ executors:
77
resource_class: small
88
environment:
99
FONTCONFIG_PATH: /etc/fonts
10-
NODE_OPTIONS: --max_old_space_size=1024
10+
NODE_OPTIONS: --max_old_space_size=2048
1111
node-browsers-medium:
1212
docker:
1313
- image: cimg/node:20.11-browsers
@@ -377,7 +377,7 @@ jobs:
377377
command: .circleci/scripts/release-create-release-pr.sh
378378

379379
prep-deps:
380-
executor: node-browsers-small
380+
executor: node-browsers-medium
381381
steps:
382382
- run: *shallow-git-clone
383383
- run:

0 commit comments

Comments
 (0)