Skip to content
This repository has been archived by the owner on Oct 8, 2018. It is now read-only.

[write_mgr] Write Manager should determine have limit total size of instance queues #36

Open
jeromefroe opened this issue Sep 15, 2017 · 0 comments

Comments

@jeromefroe
Copy link
Contributor

jeromefroe commented Sep 15, 2017

Currently, when the write manager creates a new instance queue, each queue is created with the same size, regardless of how many instances there are. However, this can lead to unbounded memory usage as the number of instances increases. Instead of being given a constant queue size upon configuration, the write manager should be given a total queue size target and should try to size the instance queues such that the total size of all the queues is less than the target total size.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant