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
This is related to #13883. The idea is to allow users to specify the RAM usage once and it will be automatically spread across N IndexWriter's so they will each have 1/N RAM allocated to them.
The text was updated successfully, but these errors were encountered:
After some discussion with @mikemccand, I'm currently planning on making a separate RAM manager that will force that largest IndexWriters to flush their buffers if the total RAM used by all the writers at the configured limit. Polling the writers might be tricky since I don't really want to make a separate thread to just poll. Anyways I will hopefully have something soon!
Description
This is related to #13883. The idea is to allow users to specify the RAM usage once and it will be automatically spread across N IndexWriter's so they will each have 1/N RAM allocated to them.
The text was updated successfully, but these errors were encountered: