We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
token-limit
Please answer these questions before submitting your issue. Thanks!
Set the token-limit to the max value as specified in the doc: https://docs.pingcap.com/tidb/stable/tidb-configuration-file#token-limit
Maximum Value (64-bit platforms): 18446744073709551615 Maximum Value (32-bit platforms): 4294967295
TiDB can start normally.
TiDB OOM
master
The text was updated successfully, but these errors were encountered:
config: set max token limit to 1M (#53361)
335af25
close #53312
config: set max token limit to 1M (pingcap#53361)
61809f8
close pingcap#53312
9c4f3c5
djshow832
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Set the
token-limit
to the max value as specified in the doc: https://docs.pingcap.com/tidb/stable/tidb-configuration-file#token-limit2. What did you expect to see? (Required)
TiDB can start normally.
3. What did you see instead (Required)
TiDB OOM
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: