ad6ecab444
Update and improve default setup. Depends on rq#899040 OBS-URL: https://build.opensuse.org/request/show/899047 OBS-URL: https://build.opensuse.org/package/show/server:database/influxdb2?expand=0&rev=6
25 lines
764 B
YAML
25 lines
764 B
YAML
# Default configuration overrides for Influxdb 2.0
|
|
# To see all available options, use the following command:
|
|
# INFLUXD_CONFIG_PATH=/etc/influxdb2/config.yaml influxd print-config
|
|
|
|
# No reporting by default
|
|
reporting-disable: true
|
|
|
|
# Avoid OOM, adjust according to your HW specs
|
|
# By default it can easily exhaust RAM, so play it safe by default
|
|
|
|
# Reduce number of concurrently running queries
|
|
query-concurrency: 8
|
|
query-queue-size: 128
|
|
# Maximum memory for all queries - 512M
|
|
query-max-memory-bytes: 536870912
|
|
# Maximum memory per query - 64M
|
|
query-memory-bytes: 67108863
|
|
|
|
# Allow to move storage to different directory
|
|
|
|
# Metadata
|
|
# bolt-path: /var/lib/influxdb/.influxdbv2/influxd.bolt
|
|
# Time series data
|
|
# engine-path: /var/lib/influxdb/.influxdbv2/engine
|