On Fri, Jan 8, 2010 at 12:27 PM, Rob Davies wrote:
> On 8 Jan 2010, at 19:51, jarod wrote:
>> We seemed to have maxed out connections to beanstalkd at 1016, is
>> this a limit set by the queue?
>
> that sounds like you could have hit a file descriptor limit for the process
> - you can increase the maximum allowed number of file
> descriptors (one would
> be used for every socket) - but it is operating system dependent.

Yes, beanstalkd has no internal limit on open connections.

Try the ulimit command to change (or remove) the maximum number of
open file descriptors.

kr
-- 
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/beanstalk-talk?hl=en.


Reply via email to