-
Notifications
You must be signed in to change notification settings - Fork 37
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
core dump on github actions. #108
Comments
@henrykironde - do you have some time to take a look at this? I agree with @bw4sz's intuition that this feels like running our of memory, but the runners should have 7 GB of RAM (https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners), which seems like it should be plenty? A couple of things to look at:
|
I successfully ran the tests on HPG with 7 GB of RAM. |
I am refactoring the tests to make sure the model only gets created once.
Hopefully this will reduce memory management. Its hard because I cannot
reproduce locally.
…On Tue, Feb 1, 2022 at 7:40 AM ethanwhite ***@***.***> wrote:
I successfully ran the tests on HPG with 7 GB of RAM.
—
Reply to this email directly, view it on GitHub
<#108 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJHBLDBVHYAF4IFDYXO6J3UY75IFANCNFSM5M4F45SA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Ben Weinstein, Ph.D.
Postdoctoral Fellow
University of Florida
http://benweinstein.weebly.com/
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@henrykironde or @ethanwhite do either of you have guesses here. I'm trying to get github actions CI back up and running. All tests pass locally. On github we get this crazy ugly core dump on the beginning of tests. Maybe the size of the memory is too small when loading deepforest? I can't figure out how to continue to debug.
https://github.com/weecology/DeepTreeAttention/runs/4958120213?check_suite_focus=true
The text was updated successfully, but these errors were encountered: