Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Big DB Upload/Download failes due to "MemoryError" #96

Open
bentt6 opened this issue Jun 22, 2019 · 1 comment
Open

Big DB Upload/Download failes due to "MemoryError" #96

bentt6 opened this issue Jun 22, 2019 · 1 comment

Comments

@bentt6
Copy link

bentt6 commented Jun 22, 2019

I'm working on a very big IDB (~700MB) the server fails to Upload / Download the file it has "MemoryError". (sockets.py:186 - self._read_buffer.extend(data))
I think that the cause is that all the IDB is sent over a single packet,
(I patched the code locally to split the Upload and Download over multiple packets and it seems to be working)

@justMaku
Copy link

Hey there, could you please share the patch you're using?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants