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
Rather than use the current slot_size logic that produces an estimate based on schema, it would be more accurate to estimate memory size based on the memory used by the incoming batches.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
As demonstrated in unit tests added in #1440, we are allocating ~100kb for a batch when the actual memory used in less than 10kb.
Rather than use the current
slot_size
logic that produces an estimate based on schema, it would be more accurate to estimate memory size based on the memory used by the incoming batches.Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: