Hi, 

We are running influxdb on AWS. CPU utilization is getting higher more often. 
How can I optimize influxdb? Here are the details of our configuration 

Instance type m4.4xlarge
Device type ebs SSD GP2
OS: Amazon Linux
Influxdb version 1.3.5

load average: 12.31, 15.90, 16.91

influxdb.conf

[meta]
  dir = "/opt/influxdb/meta"
[data]
  dir = "/opt/influxdb/data"
  wal-dir = "/opt/influxdb/wal"  
  cache-max-memory-size = 8388806000
  cache-snapshot-memory-size = 13127000
  max-series-per-database = 9000000
  index-version = "tsi1"
[coordinator]
  write-timeout = "30s"
[admin]
   enabled = true
   bind-address = ":18083"
[http]
   auth-enabled = true
   log-enabled = true
   write-tracing = false
   pprof-enabled = false
   https-enabled = true
   https-certificate = "/etc/ssl/my.crt"
   https-private-key = "/etc/ssl/my.key"
[[graphite]]
   enabled = true
   database = "graphite"  
   bind-address = ":18003"  
   separator = "."


Any help is welcomed.

Cheers
Ferdous Shibly

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/db0e6ff9-1934-4cc8-8fb9-ae61f1505d0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to