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
When syncing large amounts of data and upon successful transfer, that data is deserialized into the store (_deserialize_from_store), memory usage often spikes.
Expected behavior
The behavior of _deserialize_from_store should reduce its memory usage by loading only the necessary data / models into memory.
User-facing consequences
In some online deployments with strict resource constraints, OOM killer may kill the process that is handling the deserialization.
The text was updated successfully, but these errors were encountered:
Observed behavior
When syncing large amounts of data and upon successful transfer, that data is deserialized into the store (
_deserialize_from_store
), memory usage often spikes.Expected behavior
The behavior of
_deserialize_from_store
should reduce its memory usage by loading only the necessary data / models into memory.User-facing consequences
In some online deployments with strict resource constraints, OOM killer may kill the process that is handling the deserialization.
The text was updated successfully, but these errors were encountered: