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

Influxdb 1.0 crash pthread created failed #7333

Closed
aojea opened this issue Sep 20, 2016 · 6 comments
Closed

Influxdb 1.0 crash pthread created failed #7333

aojea opened this issue Sep 20, 2016 · 6 comments
Labels

Comments

@aojea
Copy link

aojea commented Sep 20, 2016

Bug report

System info:

Steps to reproduce:

Influxdb crash without any interaction

runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0x7f4b7c476c37 m=2

influxcrash.log.zip

@jwilder
Copy link
Contributor

jwilder commented Sep 20, 2016

What does ulimit -a report?

@aojea
Copy link
Author

aojea commented Sep 20, 2016

root@sonar:~# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 128315
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 128315
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

@jwilder
Copy link
Contributor

jwilder commented Sep 23, 2016

@itsuugo You may need to increase your open files limit or your pid max. What does sysctl kernel.pid_max report?

@aojea
Copy link
Author

aojea commented Sep 23, 2016

kernel.pid_max = 32768

@jwilder
Copy link
Contributor

jwilder commented Sep 23, 2016

@itsuugo I'd try increasing both. I'm going to close this since this is a configuration issue on your system.

@jwilder jwilder closed this as completed Sep 23, 2016
@aojea
Copy link
Author

aojea commented Sep 23, 2016

thanks

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

No branches or pull requests

3 participants