[rabbitmq-discuss] Increasing the file descriptors limit
Jean Paul Galea
ninuhadida at gmail.com
Thu Jan 17 13:06:22 GMT 2013
On 01/17/2013 02:01 PM, Tim Watson wrote:
> No problem at all. Just run `erl` and post back what the banner says. Mine looks like this:
>
> t4 at iske:distributed-process $ erl
> Erlang R15B01 (erts-5.9.1) [source] [64-bit] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:false] [lock-counting]
>
> Eshell V5.9.1 (abort with ^G)
> 1>
> BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
> (v)ersion (k)ill (D)b-tables (d)istribution
> a
>
> Note that I'm on a mac, where kernel-poll is not supported by Erlang at all. On other *nix based systems this should say 'true' if the emulator was built with epoll (or kqueue, i.e., on bsd) support enabled.
Hi Tim,
Here's the output:
~# erl
Erlang R15B03 (erts-5.9.3.1) [source] [64-bit] [smp:8:8]
[async-threads:0] [hipe] [kernel-poll:false]
Eshell V5.9.3.1 (abort with ^G)
1>
BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
(v)ersion (k)ill (D)b-tables (d)istribution
a
So that unfortunately confirms that epoll is not enabled. Any hints on
how to change this? Is it configurable or do we have to compile the
package ourselves?
Thanks,
Jean Paul
More information about the rabbitmq-discuss
mailing list