Skip to content

Commit

Permalink
add temp-dir to config.toml.example
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta committed Aug 10, 2022
1 parent fab3322 commit 3507d09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ split-table = true
# The limit of concurrent executed sessions.
token-limit = 1000

# The temporary directory to store the intermediate compute results.
temp-dir = "/tmp/tidb"

# Specifies the temporary storage path for some operators when a single SQL statement exceeds the memory quota specified by the memory quota.
# It defaults to a generated directory in `<TMPDIR>/<os/user.Current().Uid>_tidb/` if it is unset.
# It only takes effect when `tidb_enable_tmp_storage_on_oom` is `true`.
Expand Down

0 comments on commit 3507d09

Please sign in to comment.