Skip to content

Commit

Permalink
chore: reset jsii-rosetta worker count to default
Browse files Browse the repository at this point in the history
This value was reduced as part of troubleshooting of various Node Worker memory
issues. These issues are theorized to have been mitigated by #16752. Our pack
time is currently over 2 hours, compared to 20-30 minutes prior to the set of
changes. By removing this worker count override, we should be able to get back
to normal pack times and speed up the pipeline.
  • Loading branch information
njlynch committed Oct 1, 2021
1 parent ceab036 commit a5e4f5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
set -eu
export PATH=$PWD/node_modules/.bin:$PATH
export NODE_OPTIONS="--max-old-space-size=8192 ${NODE_OPTIONS:-}"
export JSII_ROSETTA_MAX_WORKER_COUNT="${JSII_ROSETTA_MAX_WORKER_COUNT:-8}"
root=$PWD

# Get version and changelog file name (these require that .versionrc.json would have been generated)
Expand Down

0 comments on commit a5e4f5b

Please sign in to comment.