Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

fix(docker): scale InfluxDB to bigger data #889

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

grtlr
Copy link
Contributor

@grtlr grtlr commented Nov 16, 2022

Closes #886.

@grtlr grtlr added the ez Minor pull requests that should be fast-tracked label Nov 16, 2022
@grtlr grtlr marked this pull request as ready for review November 16, 2022 07:26
@@ -45,6 +45,10 @@ services:
- INFLUXDB_ADMIN_USER=root
- INFLUXDB_ADMIN_PASSWORD=password
- INFLUXDB_HTTP_AUTH_ENABLED=true
# The following variables are used to scale InfluxDB to larger amounts of data. It remains to be seen how this
# will affect performance in the long run.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👻

@grtlr grtlr merged commit 86d87b3 into main Nov 16, 2022
@grtlr grtlr deleted the fix/docker/influxdb-mem-limits branch November 16, 2022 13:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ez Minor pull requests that should be fast-tracked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set INFLUXDB_DATA_MAX_SERIES_PER_DATABASE to 0 in docker-compose.yml
3 participants