You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build version 3.0.2 of python-lz4 for the Arch Linux package and the tests fail because the OOM killer is actually kicking in and killing the tests. I have attached the relevant section of the build output. This was on a machine with 128GB of RAM, so I don't think it's an actual hardware issue.
Using unsigned int for output buffer size avoids size over 2GB being
considered as negative, which making PyMem_Malloc() calls fail.
Fixespython-lz4#192
I'm trying to build version 3.0.2 of python-lz4 for the Arch Linux package and the tests fail because the OOM killer is actually kicking in and killing the tests. I have attached the relevant section of the build output. This was on a machine with 128GB of RAM, so I don't think it's an actual hardware issue.
lz4-error.txt
The text was updated successfully, but these errors were encountered: