-
Couldn't load subscription status.
- Fork 1.4k
Increase swap size as a safety net in case of sudden surge of memory demand #7043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This should fix our problem with CI @adamgfraser @mijicd |
| compile: | ||
| runs-on: ubuntu-20.04 | ||
| timeout-minutes: 60 | ||
| timeout-minutes: 120 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should take < 60 mins from what I've seen, but now we're close to the deadline, and I wouldn't want to fail a whole build just because this step took 5 mins longer on a busy day...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay how much of this is being driven by Scala Native? Four days ago we were taking a little over 30 minutes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to merge this so we can merge other PRs but we need to address the build time since it appears to have increased dramatically.
…demand (zio#7043) * CI: increase heap to 5G * -Xmx6G * free -h -s 1 * sudo dmesg | egrep -i 'killed' * set Global / concurrentRestrictions += Tags.limit(Tags.Compile, 4) * set Global / concurrentRestrictions += Tags.limit(Tags.Compile, 3) * pierotofy/[email protected] * pierotofy/set-swap-space@master * ./sbt * Longer timeout * -Xmx4G
No description provided.