Re: Erlang Driver Error

2015-10-27 Thread Scott Lystig Fritchie
Hi, Satish.  OS X's implementation of poll(3) has a known limitation of
1024 file descriptors, if I recall correctly.  If you don't have "+K
true" in vm.args (or cuttlefish equivalent, sorry, I don't have it handy
right now), then please use that flag to bypass some libc (?) brokenness.

-Scott

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Erlang Driver Error

2015-10-23 Thread Alex Moore
Hi Satish,

Could you post the entire console.log somewhere accessible?

Thanks,
Alex

On Fri, Oct 23, 2015 at 2:59 PM satish bhatti  wrote:

> I am getting this error in my console.log running Riak 1.4.6 on OSX
> Yosemite:
>
> 2015-10-23 11:55:13.724 [error] emulator driver_select(0x2a1d,
> 1039, ERL_DRV_USE, 0) by tcp_inet driver #Port<0.10781> failed: fd=1039 is
> larger than the largest allowed fd=1023
>
> It eventually does give the correct results on the query, but taking much
> longer than it should. Is there some system config file I need to modify
> for this?
>
> Satish
>
>
> ___
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Erlang Driver Error

2015-10-23 Thread satish bhatti
I am getting this error in my console.log running Riak 1.4.6 on OSX
Yosemite:

2015-10-23 11:55:13.724 [error] emulator driver_select(0x2a1d,
1039, ERL_DRV_USE, 0) by tcp_inet driver #Port<0.10781> failed: fd=1039 is
larger than the largest allowed fd=1023

It eventually does give the correct results on the query, but taking much
longer than it should. Is there some system config file I need to modify
for this?

Satish
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com