terjesannum / docker-influxdb-arm32

Influxdb docker image with patches for large databases on 32-bit systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-influxdb-arm32

This repo builds an influxdb docker image with patches for large databases on 32-bit systems by @fluffynukeit.

@simonvetter has made a branches of influxdb 1.8 releases with these changes applied (e.g. https://github.com/simonvetter/influxdb/tree/1.8.4+big_db_32bit) which is used to compile the binaries.

More information here: influxdata/influxdb#12362

Usage

Docker images are available on ghcr.io.

If you don't use the default configuration, add the follwing to the [data] section of your influxdb configuration file:

tsm-use-seek = true

About

Influxdb docker image with patches for large databases on 32-bit systems


Languages

Language:Dockerfile 100.0%