databases/influxdb: add a login class limiting datasize to 6G

the default 4G isnt enough for influxdb/go in 7.2.

ok sthen@
This commit is contained in:
landry 2022-10-21 09:02:18 +00:00
parent 908864005e
commit 8115873355
3 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@ MODGO_MODNAME= github.com/influxdata/influxdb
GH_ACCOUNT = influxdata GH_ACCOUNT = influxdata
GH_PROJECT = influxdb GH_PROJECT = influxdb
GH_TAGNAME = ${MODGO_VERSION} GH_TAGNAME = ${MODGO_VERSION}
REVISION = 0
HOMEPAGE = https://influxdata.com HOMEPAGE = https://influxdata.com

View File

@ -16,6 +16,8 @@
@man man/man1/influxd-run.1 @man man/man1/influxd-run.1
@man man/man1/influxd-version.1 @man man/man1/influxd-version.1
@man man/man1/influxd.1 @man man/man1/influxd.1
share/examples/login.conf.d/influxdb
@sample ${SYSCONFDIR}/login.conf.d/influxdb
share/examples/influxdb/ share/examples/influxdb/
@sample ${SYSCONFDIR}/influxdb/ @sample ${SYSCONFDIR}/influxdb/
share/examples/influxdb/config.sample.toml share/examples/influxdb/config.sample.toml

View File

@ -0,0 +1,3 @@
influxdb:\
:datasize=6G:\
:tc=daemon: