Skip to content
Unverified Commit f0568e1f authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

remove parallelism from the sync tool (#1436)

smithy-build actually utilizes `ForkJoinPool.common()` when executing build projections. Because each service is its own projection, the build internally is _already_ running in parallel. Because of this, running the sync in parallel produces uneccessary memory pressure.

This change:
- removes parallelism
- runs gradle `--no-daemon --info` for better log output
parent b72c807f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment