Skip to content

Commit ef019c9

Browse files
committed
Added NODE_OPTIONS: --max-old-space-size=8192 to the build job's environment.
This gives Node.js 8GB of heap space instead of the default ~4GB, which should handle the additional CLI doc pages comfortably on the xlarge runner.
1 parent 231633b commit ef019c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
environment:
7676
ASSET_COMPRESSION_ITERATIONS: 1
7777
COMPRESS_MAX_THREADS: 4
78+
NODE_OPTIONS: --max-old-space-size=8192
7879
executor:
7980
name: default
8081
resource_class: xlarge

0 commit comments

Comments
 (0)