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
Brokers retain two copies of BatchServerInventoryView. One through BatchServerInventoryViewProvider and one through FilteredBatchServerInventoryViewProvider. This causes excessive use of heap when there are a large quantity of segments and servers.
Brokers retain two copies of
BatchServerInventoryView. One throughBatchServerInventoryViewProviderand one throughFilteredBatchServerInventoryViewProvider. This causes excessive use of heap when there are a large quantity of segments and servers.