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 __

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(0x2a

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 c