From be580b905252be070a595e65c00a65c5b21604df Mon Sep 17 00:00:00 2001 From: Qiannan Date: Fri, 29 May 2020 14:56:18 +1200 Subject: [PATCH] Update documentation (#3142) Signed-off-by: Qiannan Lyu Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com> Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- tidb-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 94617e8814d5..490e7b4eda0a 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -36,7 +36,7 @@ TiDB 配置文件比命令行参数支持更多的选项。你可以在 [config/ ### `tmp-storage-path` + 单条 SQL 语句的内存使用超出 `mem-quota-query` 限制时,某些算子的临时磁盘存储位置。 -+ 默认值:`<操作系统临时文件夹>/tidb/tmp-storage` ++ 默认值:`<操作系统临时文件夹>/<操作系统用户ID>_tidb/MC4wLjAuMDo0MDAwLzAuMC4wLjA6MTAwODA=/tmp-storage`。其中 `MC4wLjAuMDo0MDAwLzAuMC4wLjA6MTAwODA=` 是对 `:/:` 进行 `Base64` 编码的输出结果。 + 此配置仅在 `oom-use-tmp-storage` 为 true 时有效。 ### `tmp-storage-quota`