-
Notifications
You must be signed in to change notification settings - Fork 126
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
re-add CI job to test Cargo.toml rust-version #2413
Conversation
Oh, looks like I missed #2403. |
Locally I can successfully compile it under WSL2 running Ubuntu. |
Asciinema Recording: https://asciinema.org/a/J6luDBqPiwsnXxWpri3hFECNC The highest RAM usage appears to be around 11:41 with 15.2 GB Total System usage and 13.6 GB RES / 16.7 GB VIRT Memory usage for the rustc tasks. |
was removed in mthom#2393 instead of being updated, see - mthom#2393 (comment) and - mthom@79bc2d9#commitcomment-141790142
Previous discussion about compilation memory usage: #2139 We could enable swap, there's a GH action that does this: https://github.com/actionhippie/swap-space This sounds like it would be bad for compile times, but considering that memory usage spikes right at the end it could be tolerable. |
Looks like increasing the swapfile size from the apparently default 4GB to 10GB worked. |
was removed in #2393 instead of being updated, see