zoukankan      html  css  js  c++  java
  • influxdb 内存爆满卡死的问题

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

     1 bind-address = "127.0.0.1:8088"
     2 reporting-disabled = false
     3 [meta]
     4 dir = "/var/lib/influxdb/meta"
     5 [data]
     6 dir = "/var/lib/influxdb/data"
     7 wal-dir = "/var/lib/influxdb/wal"
     8 index-version = "tsi1"
     9 max-series-per-database = 0
    10 max-values-per-tag = 0
    11 cache-max-memory-size = "4g"
    12 max-index-log-file-size = "1m"
    13 series-id-set-cache-size = 100
    14 [coordinator]
    15 write-timeout = "10s"
    16 max-concurrent-queries = 0
    17 query-timeout = "0s"
    18 log-queries-after = "10s"
    19 max-select-point = 0
    20 max-select-series = 0
    21 max-select-buckets = 0
    22 [retention]
    23 [shard-precreation]
    24 [monitor]
    25 store-enabled = false
    26 [http]
    27 max-row-limit = 0
    28 bind-address = ":8086"
    29 log-enabled = false
    30 [logging]
    31 [subscriber]
    32 [[graphite]]
    33 [[collectd]]
    34 [[opentsdb]]
    35 [[udp]]
    36 [continuous_queries]
    37 log-enabled = true
    38 enabled = true
    39 [tls]
  • 相关阅读:
    在排序数组中查找元素
    搜索旋转排序数组
    下一个排列
    括号生成(回溯法)
    PHP之表单
    PHP之超级全局变量
    PHP之数组
    PHP之字符串
    PHP之常量
    PHP之echo/print
  • 原文地址:https://www.cnblogs.com/sqbk/p/13880229.html
Copyright © 2011-2022 走看看