meteor / meteor-feature-requests

A tracker for Meteor issues that are requests for new functionality, not bugs.
Other
89 stars 3 forks source link

Parallelization during builds #396

Closed aas395 closed 3 years ago

aas395 commented 4 years ago

My app takes about 5 minutes to build on my local machine. It takes 10 minutes in AWS CodeBuild using the 4-core instance option, and the difference mostly seems to be in processor-intensive tasks, like compiling our typescript files. I thought if I upgraded to the next tier up, which uses an instance with 8 cores, that my build time would be reduced, but it ended up being the same. Due to the way CodeBuild is set up, there's no way to make our builds go faster by adding cores. It would be great if we could use the additional cores to speed up build times.

nathanschwarz commented 3 years ago

duplicate of https://github.com/meteor/meteor-feature-requests/issues/334

StorytellerCZ commented 3 years ago

Closing for duplication, please continue discussion in #334