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

accept4: too many open files #25

Open
carlosperezepfl opened this issue Mar 28, 2019 · 3 comments
Open

accept4: too many open files #25

carlosperezepfl opened this issue Mar 28, 2019 · 3 comments

Comments

@carlosperezepfl
Copy link

few seconds after running : ~/work/src/github.com/infonova/prometheusbeat# ./prometheusbeat -c prometheusbeat.yml

the output says and don't data to Elastic

2019/03/28 13:57:27 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 80ms
2019/03/28 13:57:27 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 160ms
2019/03/28 13:57:27 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 320ms
2019/03/28 13:57:28 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 5ms
2019/03/28 13:57:28 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 10ms
2019/03/28 13:57:28 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 20ms
2019/03/28 13:57:28 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 40ms
2019/03/28 13:57:28 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 80ms
2019/03/28 13:57:28 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 5ms
2019/03/28 13:57:28 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 10ms
2019/03/28 13:57:28 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 5ms
2019/03/28 13:57:28 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 10ms
2019/03/28 13:57:28 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 20ms
2019/03/28 13:57:28 http: Accept error: accept tcp [::]:9080: accept4: too many open files; retrying in 40ms

@boernd
Copy link
Contributor

boernd commented Apr 25, 2019

What's your ulimit setting for file descriptors on the OS?

@carlosperezepfl
Copy link
Author

The default on Ubuntu 18.04

@APAC-DevOps
Copy link

Hi Gents
Could you tell me what is the relationship between prometheusbeat and metricbeat?

Thanks

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

3 participants