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

x86 2threads ubuntu CI OOM failure #725

Open
penelopeysm opened this issue Nov 27, 2024 · 2 comments · May be fixed by #749
Open

x86 2threads ubuntu CI OOM failure #725

penelopeysm opened this issue Nov 27, 2024 · 2 comments · May be fixed by #749

Comments

@penelopeysm
Copy link
Member

penelopeysm commented Nov 27, 2024

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.

@yebai
Copy link
Member

yebai commented Dec 2, 2024

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.

@penelopeysm
Copy link
Member Author

penelopeysm commented Dec 10, 2024

This is still frustrating. Someone needs to figure it out imo

Even after removing the offending test/turing/compiler.jl file, it's now happening in doctests as well

https://github.com/TuringLang/DynamicPPL.jl/actions/runs/12225031019/job/34155646145?pr=733

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants