Comment 10 for bug 1405657

Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

I cannot reproduse the issue with 6.1:
[root@node-1 fuel-library]# cat /etc/default/rabbitmq-server
# This file is sourced by /etc/init.d/rabbitmq-server. Its primary
# reason for existing is to allow adjustment of system limits for the
# rabbitmq-server process.
#
# Maximum number of open file handles. This will need to be increased
# to handle many simultaneous connections. Refer to the system
# documentation for ulimit (in man bash) for more information.
#
ulimit -H -n 105472
ulimit -S -n 102400
[root@node-1 fuel-library]# su rabbitmq -s /bin/sh -c "ulimit -n"
102400
[root@node-1 fuel-library]# grep files /proc/$(pidof beam.smp)/limits
Max open files 102400 112640 files