-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
distsql: reserve 10KiB memory on admission of remote flow
This commit makes it so that we reserve 10KiB of memory when scheduling each remote DistSQL flow. The idea is that a read-only remote flow (since we don't distribute writes) will need to account for some memory anyway, so we might as well make a small reservation upfront. This would serve as a form of admission control "based" on the RAM usage. Release note: None
- Loading branch information
1 parent
02727e3
commit 9692b54
Showing
1 changed file
with
40 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters