-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
transfer between processors is slow / consumes suspicious amounts of memory #2816
Comments
This is possibly related to #2771. |
|
I know. This was a hotfix to make sure we're correct. This is the first thing on my list of things to work on. |
The issue was that by the time jl_write received the data, we have no way of ensuring it is pinned in the GC. The best way to fix this is probably to add a new method |
Bump. @Keno, is this still an issue? |
No, this was fixed. |
The subject here incorporates my best guess at the nature of the problem. I've seen this come up in two places:
The text was updated successfully, but these errors were encountered: