Skip to content
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

Update configure-memory-usage.md (#6503) #6536

Merged
merged 2 commits into from
Jun 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update configure-memory-usage.md
  • Loading branch information
TomShawn authored and ti-chi-bot committed Jun 28, 2021
commit 41a24a463abe2aee55c5d4e0190c52617be4424f
2 changes: 1 addition & 1 deletion configure-memory-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mem-quota-query = 34359738368

| 变量名 | 作用 | 单位 | 默认值 |
|:-----------------------------------|:---------------------------------------------------|:-------|:-----------|
| tidb_mem_quota_query | 配置整条 SQL 的内存使用阈值 | Byte | 1 << 30 (1G) |
| tidb_mem_quota_query | 配置整条 SQL 的内存使用阈值 | Byte | 1 << 30 (1 GB) |
| tidb_mem_quota_hashjoin | 配置 Hash Join 的内存使用阈值 | Byte | 32 << 30 |
| tidb_mem_quota_mergejoin | 配置 Merge Join 的内存使用阈值 | Byte | 32 << 30 |
| tidb_mem_quota_sort | 配置 Sort 的内存使用阈值 | Byte | 32 << 30 |
Expand Down