Speed difference of Linux and MacOS executors when running PNPM #8762
Unanswered
mbilenko-florio
asked this question in
Q&A
Replies: 1 comment
-
On same machines, same monorepository, yarn install times were 2 minutes for Linux, 6 minutes for MacOS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering what can be cause of download speed difference between Linux and MacOS exectutors on CircleCI:
Given: monorepo with 3480 packages, ~2GB size.
Command: pnpm install --frozen-lockfile
No cache
.npmrc:
network-concurrency= 16 maxsockets=3
Linux setup:
Docker / Large
Time: 20-35seconds
Mac setup:
MacOS / M1 Medium
Time: 2.5-15minutes
What can be the cause of this difference?
Beta Was this translation helpful? Give feedback.
All reactions