-
Notifications
You must be signed in to change notification settings - Fork 312
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
modify MALLOC_CONF for playground #1369
Conversation
Signed-off-by: YangKeao <keao.yang@yahoo.com>
Codecov Report
@@ Coverage Diff @@
## master #1369 +/- ##
==========================================
+ Coverage 25.38% 30.00% +4.62%
==========================================
Files 265 277 +12
Lines 20464 20887 +423
==========================================
+ Hits 5194 6268 +1074
+ Misses 14473 13650 -823
- Partials 797 969 +172
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
[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 writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: c3cf98a
|
Signed-off-by: YangKeao <keao.yang@yahoo.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Signed-off-by: YangKeao keao.yang@yahoo.com
In #1361, I forgot to modify the same environment variable for
playground
.As discussed in tikv/tikv#10150, this option has brought some problems like tikv/tikv#10131 and other issues report (on asktug). And it could also cause performance regression or memory leaking (though, it seems not to be measuable).