Skip to content

Commit

Permalink
chore: reset jsii-rosetta worker count to default (aws#16755)
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 aws#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.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
njlynch authored and TikiTDO committed Feb 21, 2022
1 parent 01742bf commit 67b9ca4
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 67b9ca4

Please sign in to comment.