On Wed, Mar 2, 2011 at 11:44 AM, Chuck Remes <[email protected]> wrote: > Try bumping up these two sets of buffers and see if it ever fails: > > net.local.stream.sendspace=3000000 > net.local.stream.recvspace=3000000 > > Obviously, fill in whatever value you feel is sufficient. >
Nice. Those values are too big for the 32-bit kernel, it seems. It kills all new sockets with "no buffer space available" :( Using 65536 for both did the trick (the default was 8192 for each). It succeeds every time now. Thanks! I run with well tuned settings for send/recv space for tcp connections, but never ever had to tune local socket limits. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
