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
{{ message }}
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: