[Buildbot-commits] [Buildbot] #2045: Implicit limit of 1000 builders per slave

Buildbot nobody at buildbot.net
Tue Jan 17 00:26:51 UTC 2012


#2045: Implicit limit of 1000 builders per slave
------------------------+--------------------
Reporter:  xrg          |       Owner:
    Type:  defect       |      Status:  new
Priority:  minor        |   Milestone:  0.8.+
 Version:  0.8.4        |  Resolution:
Keywords:  performance  |
------------------------+--------------------

Comment (by dustin):

 Well, the value to patch is here:
   http://twistedmatrix.com/trac/browser/trunk/twisted/spread/pb.py#L72
 so you can monkey-patch that fairly easily at runtime:
 {{{
 from twisted.spread import pb
 pb.MAX_BROKER_REFS = 2048
 }}}

 I don't necessarily think that's a good idea!

 I'll leave this bug open to track finding a better solution that doesn't
 burden PB with so many references.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2045#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list