-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: reduce memory consumption by reducing channel sizes #1999
Conversation
/run-all-tests |
1 similar comment
/run-all-tests |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
@@ -45,7 +45,7 @@ var ( | |||
// other components in TiCDC, including worker pool task chan size, mounter | |||
// chan size etc. | |||
// TODO: unified channel buffer mechanism | |||
regionWorkerInputChanSize = 12800 | |||
regionWorkerInputChanSize = 128 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note the smaller regionWorkerInputChanSize
will tend to use region worker pool. No need to address.
@ben1009: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 802b052
|
Codecov Report
@@ Coverage Diff @@
## master #1999 +/- ##
================================================
- Coverage 54.0780% 53.9243% -0.1537%
================================================
Files 156 164 +8
Lines 16589 17404 +815
================================================
+ Hits 8971 9385 +414
- Misses 6667 7016 +349
- Partials 951 1003 +52 |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #2011. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #2012. |
In response to a cherrypick label: new pull request created: #2013. |
What problem does this PR solve?
What is changed and how it works?
Check List
Tests
Side effects
Related changes
Release note