Is it possible to limit memory in CI? #5461
Unanswered
sarahsporck
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to limit how much memory yarn uses in the CI?
We have a project with multiple workspaces no pnp, as we are working with react-native.
When I run
yarn install
locally then everything works fine. Sometimes the process takes a while, but finally it finishes. In the CI however the containe size seems to be insufficient. Increasing the container size probably leads to doubling the costs of that container.So are there any ways to limit the memory usage in the CI? Wha causes yarn to have a higher consumption compared to the classic 1 version?
Related issues: #3996 #4181
Beta Was this translation helpful? Give feedback.
All reactions