influxdb 内存爆满卡死的问题

时间:2020-10-27 11:30:09   收藏:0   阅读:39

 

查了很多资料攒的配置文件,还有influxdb不能用supervisor启动,不然几个小时候只有又爆了。试了很多次都不行。具体原题还没搞清楚

bind-address = "127.0.0.1:8088"
reporting-disabled = false
[meta]
dir = "/var/lib/influxdb/meta"
[data]
dir = "/var/lib/influxdb/data"
wal-dir = "/var/lib/influxdb/wal"
index-version = "tsi1"
max-series-per-database = 0
max-values-per-tag = 0
cache-max-memory-size = "4g"
max-index-log-file-size = "1m"
series-id-set-cache-size = 100
[coordinator]
write-timeout = "10s"
max-concurrent-queries = 0
query-timeout = "0s"
log-queries-after = "10s"
max-select-point = 0
max-select-series = 0
max-select-buckets = 0
[retention]
[shard-precreation]
[monitor]
store-enabled = false
[http]
max-row-limit = 0
bind-address = ":8086"
log-enabled = false
[logging]
[subscriber]
[[graphite]]
[[collectd]]
[[opentsdb]]
[[udp]]
[continuous_queries]
log-enabled = true
enabled = true
[tls]

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!