-
Notifications
You must be signed in to change notification settings - Fork 22
Trie memory limit #15
Copy link
Copy link
Open
Description
Update MT planner to alternate query and construct and tree removal steps. This way only a subset of trees will be held in memory simultaneously allowing to set a max memory.
This will potentially reduce the parallel scaling efficiency due to the increased number of MT jobs.
Reactions are currently unavailable