rabbitmq 3.8.9 start failed "Failed to create thread: Resource temporarily unavailable" #8796
-
Describe the bugInstall rabbitmq 3.8.9 on a server which has 512g memory Starting rabbitmq-server: ^CFAILED - check /var/log/rabbitmq/startup_{log, _err} Reproduction steps1.install with a shell
} ... Expected behaviorInstall rabbitmq 3.8.9 on a vm which only has 2g memory, can start success [root@localhost ~]# OS PID: 31983 Plugins Enabled plugin file: /etc/rabbitmq/enabled_plugins
Data directory Node data directory: /var/lib/rabbitmq/mnesia/rabbit@localhost Config files
Log file(s)
Alarms (none) Memory Total memory used: 0.0795 gb other_proc: 0.0309 gb (22.35 %) File Descriptors Total: 12, limit: 927 Free Disk Space Low free disk space watermark: 0.05 gb Totals Connection count: 10 Listeners Interface: [::], port: 15672, protocol: http, purpose: HTTP API Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
on server, ulimit -n |
Beta Was this translation helpful? Give feedback.
-
RabbitMQ 3.8 has reached a complete end of life one year ago. |
Beta Was this translation helpful? Give feedback.
-
suggests that the runtime inferred one core available to it but it is configured to use 64 async I/O threads. Quick searching around for
suggests resource limits on behalf of the OS, tools such as SELinux or its (likely virtual, not physical) hardware. Please take it from here. |
Beta Was this translation helpful? Give feedback.
RabbitMQ 3.8 has reached a complete end of life one year ago.