Skip to content

Commit

Permalink
config: update default path of temp-storage-path (#2599) (#2637)
Browse files Browse the repository at this point in the history
Signed-off-by: Qiannan Lyu <lvqiannan@gmail.com>
  • Loading branch information
sre-bot committed May 29, 2020
1 parent 7ffedd8 commit 7328534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tidb-configuration-file.md
Expand Up @@ -33,8 +33,8 @@ The TiDB configuration file supports more options than command-line parameters.
### `tmp-storage-path`

+ Specifies the temporary storage path for some operators when a single SQL statement exceeds the memory quota specified by `mem-quota-query`.
+ Default value: `<TMPDIR>/tidb/tmp-storage`
+ It only takes effect when `oom-use-tmp-storage` is `true`.
+ Default value: `<temporary directory of OS>/<OS user ID>_tidb/MC4wLjAuMDo0MDAwLzAuMC4wLjA6MTAwODA=/tmp-storage`. `MC4wLjAuMDo0MDAwLzAuMC4wLjA6MTAwODA=` is the `Base64` encoding result of `<host>:<port>/<statusHost>:<statusPort>`.
+ This configuration takes effect only when `oom-use-tmp-storage` is `true`.

### `tmp-storage-quota`

Expand Down

0 comments on commit 7328534

Please sign in to comment.