Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase use of memory #85

Open
jvs87 opened this issue Sep 28, 2021 · 0 comments
Open

Increase use of memory #85

jvs87 opened this issue Sep 28, 2021 · 0 comments

Comments

@jvs87
Copy link

jvs87 commented Sep 28, 2021

Hi, we are recently having problems with our influxdb-relay. Sometimes, there is an increase in the use of rss and vms memory and then the influxdb-relays buffer becomes full, with the consequent loss of data.

We have seen that there are some erroneous http requests to the client.

Is it possible that this amount of requests fill the buffer?

Influx-relay configuration

[[http]]
name = "influx-http"
bind-addr = "10.159.163.28:9096"
output = [
{ name="influx1", location = "http://10.159.163.28:8086/write",  buffer-size-mb = 4000 ,max-batch-kb = 100, max-delay-interval = "5s"},
{ name="influx2", location = "http://10.159.163.53:8086/write",  buffer-size-mb = 4000, max-batch-kb = 100, max-delay-interval = "5s"},

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant