Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
13930f89
TDengine
项目概览
taosdata
/
TDengine
大约 2 年 前同步成功
通知
1193
Star
22018
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
13930f89
编写于
8月 12, 2022
作者:
S
Shengliang Guan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
doc: update taos.cfg
上级
b72b8e62
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
35 addition
and
35 deletion
+35
-35
packaging/cfg/taos.cfg
packaging/cfg/taos.cfg
+35
-35
未找到文件。
packaging/cfg/taos.cfg
浏览文件 @
13930f89
...
...
@@ -23,7 +23,7 @@
# The directory for writing log files
# logDir /var/log/taos
# All data files are stored in this director
# All data files are stored in this director
y
# dataDir /var/lib/taos
# temporary file's directory
...
...
@@ -50,52 +50,52 @@
# The maximum allowed query buffer size in MB during query processing for each data node
# -1 no limit (default)
# 0 no query allowed, queries are disabled
# queryBufferSize -1
# queryBufferSize
-1
# The compressed rpc message, option:
# -1 (no compression)
# 0 (all message compressed),
# > 0 (rpc message body which larger than this value will be compressed)
# compressMsgSize -1
# compressMsgSize
-1
# query retrieved column data compression option:
# -1 (no compression)
# 0 (all retrieved column data compressed),
# > 0 (any retrieved column size greater than this value all data will be compressed.)
# compressColData -1
# compressColData
-1
# system time zone
# timezone Asia/Shanghai (CST, +0800)
# system time zone (for windows 10)
# timezone UTC-8
# timezone
UTC-8
# system locale
# locale en_US.UTF-8
# locale
en_US.UTF-8
# default system charset
# charset UTF-8
# charset
UTF-8
# stop writing logs when the disk size of the log folder is less than this value
# minimalLogDirGB 1.0
# minimalLogDirGB
1.0
# stop writing temporary files when the disk size of the tmp folder is less than this value
# minimalTmpDirGB 1.0
# minimalTmpDirGB
1.0
# if disk free space is less than this value, taosd service exit directly within startup process
# minimalDataDirGB 2.0
# minimalDataDirGB
2.0
# enable/disable system monitor
# monitor 1
# monitor
1
# The following parameter is used to limit the maximum number of lines in log files.
# max number of lines per log filters
# numOfLogLines 10000000
# numOfLogLines
10000000
# enable/disable async log
# asyncLog 1
# asyncLog
1
# time of keeping log files, days
# logKeepDays 0
# logKeepDays
0
# The following parameters are used for debug purpose only.
# debugFlag 8 bits mask: FILE-SCREEN-UNUSED-HeartBeat-DUMP-TRACE_WARN-ERROR
...
...
@@ -106,64 +106,64 @@
# 207: output trace, debug, warning and error to both screen and file
# debug flag for all log type, take effect when non-zero value
# debugFlag 0
# debugFlag
0
# debug flag for timer
# tmrDebugFlag 131
# tmrDebugFlag
131
# debug flag for util
# uDebugFlag 131
# uDebugFlag
131
# debug flag for rpc
# rpcDebugFlag 131
# rpcDebugFlag
131
# debug flag for jni
# jniDebugFlag 131
# jniDebugFlag
131
# debug flag for query
# qDebugFlag 131
# qDebugFlag
131
# debug flag for taosc driver
# cDebugFlag 131
# cDebugFlag
131
# debug flag for dnode messages
# dDebugFlag 135
# dDebugFlag
135
# debug flag for vnode
# vDebugFlag 131
# vDebugFlag
131
# debug flag for meta management messages
# mDebugFlag 135
# mDebugFlag
135
# debug flag for wal
# wDebugFlag 135
# wDebugFlag
135
# debug flag for sync module
# sDebugFlag 135
# sDebugFlag
135
# debug flag for tsdb
# tsdbDebugFlag 131
# tsdbDebugFlag
131
# debug flag for tq
# tqDebugFlag 131
# tqDebugFlag
131
# debug flag for fs
# fsDebugFlag 131
# fsDebugFlag
131
# debug flag for udf
# udfDebugFlag 131
# udfDebugFlag
131
# debug flag for sma
# smaDebugFlag 131
# smaDebugFlag
131
# debug flag for index
# idxDebugFlag 131
# idxDebugFlag
131
# debug flag for tdb
# tdbDebugFlag 131
# tdbDebugFlag
131
# debug flag for meta
# metaDebugFlag 131
# metaDebugFlag
131
# generate core file when service crash
# enableCoreFile 1
# enableCoreFile
1
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录