-
Notifications
You must be signed in to change notification settings - Fork 24
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
Memory accounting error in sort #162
Comments
Aha, a memory usage warning? That must be a memory accounting bug! Raise the memory limits everywhere by 2 MB! ... Just kidding. I would guess this is a regression after we merged snappy. I won't have time to look into it in the upcoming week, but I'll fix it in due time if no one else does. |
Excellent, thanks @Mortal! |
I cannot seem to find a commit that tried to fix this, and it seems to be a problem that still persists to this day, even if Snappy is not activated.
|
Could this potentially be the underlying problem for SSoelvsten/adiar#388 ? I've looked through my own code and cannot find any opened file streams that I am not accounting for. EDIT: No, my problem is due to #264 . |
I have noticed that many of my pipeline programs report that the memory limit was exceeded by 2MiB (about the memory footprint of a file_stream?). It turns out that this issue can be reproduced using tpie's own tests:
Gives me the following output:
The same thing happens with the sorting speed tests:
The text was updated successfully, but these errors were encountered: