Skip to content
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

chore: Change default temporary write directory in all e2e CI jobs from tmpfs to /home/tmp #390

Merged

Conversation

courtneypacheco
Copy link
Contributor

This PR tackles the same issue originally identified in instructlab/instructlab#2866, where we noticed intermittent OOM issues during some of our e2e CI jobs.

While I have not noticed any OOM issues recently in this repo, updating the default temporary write directory from tmpfs (aka /tmp) to /home/tmp should mitigate the risk of OOM errors occurring in our e2e CI jobs since we'll now theoretically have access to 100% of the available physical memory in our EBS volume, instead of only 50%.

This should avoid physical memory restrictions set in place for `tmpfs` (aka `/tmp`) that prevent us from utilzing more than 50% of the available physical memory on our EBS.

Signed-off-by: Courtney Pacheco <[email protected]>
@mergify mergify bot added CI/CD Affects CI/CD configuration ci-failure labels Jan 10, 2025
@nathan-weinberg nathan-weinberg requested a review from a team January 10, 2025 21:23
@mergify mergify bot added the one-approval label Jan 10, 2025
Copy link
Member

@RobotSail RobotSail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mergify mergify bot removed the one-approval label Jan 11, 2025
@nathan-weinberg nathan-weinberg merged commit 59c4611 into instructlab:main Jan 13, 2025
10 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Affects CI/CD configuration ci-failure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants