-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(MR): [MR-649] Roll out best-effort calls to the first few subnets
List a few subnets in the BestEffortResponsesFeature::SpecificSubnets under the FeatureFlags default. This will have the ic0_call_with_best_effort_response() API call on these subnets actually set a deadline on the calls being constructed. And allow best-effort requests to be routed between these subnets only. Also reduce the default subnet_message_memory_capacity on all subnets from 25 GB to 15 GB, to make place for a potential 5 GB of best-effort messages plus a potential 1 M callbacks. Apart from brief spikes, usually associated with heartbeat / global timer storms, subnet message memory usage is virtually always in the low single digit GBs, so the reduction of the limit will make no practical difference.
- Loading branch information
1 parent
a5c5a4c
commit 2e80716
Showing
2 changed files
with
42 additions
and
8 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
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