-
Notifications
You must be signed in to change notification settings - Fork 6
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
Failed to memadvise buffer to kernel #28
Comments
Thanks for reporting this! I now had the time to look into this issue and I'm a bit confused how this can fail, as we allocate the memory directly above, so I don't see any reason the pointer should be invalid or even However, the error is only printed and the thread continues processing the data send. The worst thing that should happen is a minimal performance degradation. I don't see how this situation can be improved in any way, would you be ok with closing this for now? |
Yep sure, thanks for looking into it. Maybe it should be noted in the README that this is known? |
Sure, raised a PR for that, happy about review! #29 |
bbef8cf
The text was updated successfully, but these errors were encountered: