On Thu, Aug 13, 2009 at 06:13:50AM -0700, trak3r wrote: > > (yes i checked the faq and searched the discussion group first :-) > > i've got a workload that's going to generate about 3mm jobs and i want > to make sure beanstalkd can store them all. > > thanks.
As far as I know, you can put jobs into beanstalkd until you run out of memory or you reach your ulimit setting. We were testing OUT_OF_MEMORY errors yesterday by setting ulimit appropriately and we were able to force OUT_OF_MEMORY errors in beanstalk. I have had a beanstalk with at least 3mm jobs in it and it managed them. It also took up (in this case) about 3GB of RAM :-) enjoy, -jeremy -- ======================================================================== Jeremy Hinegardner [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
