-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
MemoryError occurs if I try to start the qualifying at init.py line 281:
buf = pa.decompress( resp.content, decompressed_size=4e10, codec="lz4", asbytes=True )
If I change it with decompressed_size=4e9, it works. Maybe an approach based on memory size of computer helps:
https://stackoverflow.com/questions/22102999/get-total-physical-memory-in-python
Metadata
Metadata
Assignees
Labels
No labels