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

Investigate & fix OOM kill issue with parallelism on big datasets #52

Open
jr-leary7 opened this issue Oct 11, 2022 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@jr-leary7
Copy link
Owner

  • Most recent package release seems to have somehow caused memory issues in the main parallel foreach loop
  • Debug & fix
@jr-leary7 jr-leary7 added the bug Something isn't working label Oct 11, 2022
@jr-leary7 jr-leary7 self-assigned this Oct 11, 2022
@jr-leary7
Copy link
Owner Author

this has been popping up again recently - i think it has to do with the parallel threads each trying to access the file backed matrix at the same time, which theoretically shouldn't be a problem but might actually be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant