> That makes sense. The only "doubling" behavior in beanstalkd is when > the job hash table grows to accommodate more jobs at a time. > Decrementing all_jobs_used incorrectly caused it to become 2^32 - 1, > which caused the hash table to grow every time a job was inserted. > > Thank you! I'll push this change to my master branch momentarily. > > kr
Mike C. grabbed source from master today and we installed it. Memory use is very stable now and it no longer grows larger with every job submitted. We've had more than 20 jobs go through and the memory use has not budged. Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
