-
Notifications
You must be signed in to change notification settings - Fork 31
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
x86 2threads ubuntu CI OOM failure #725
Comments
Merged
I have seen this error a few times in the past. It is due to a memory constraint of CI virtual machines and likely has nothing to do with Turing. |
This is still frustrating. Someone needs to figure it out imo Even after removing the offending https://github.com/TuringLang/DynamicPPL.jl/actions/runs/12225031019/job/34155646145?pr=733 |
This was referenced Dec 10, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/TuringLang/DynamicPPL.jl/actions/runs/12053991282/job/33610973648
It's happening somewhere inside
test/turing/compiler.jl
.I've not (yet) been able to figure out where this is happening. However, my experience is that bugs disappear when I try to investigate them, so my first step will be to declare that I'm investigating it.
If that doesn't work, subsequent steps would be to figure out exactly which function call causes it to OOM and maybe try inserting a manual garbage collection call before that.
The text was updated successfully, but these errors were encountered: