Skip to content

MemoryError #5

@fstinner

Description

@fstinner

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions