[Buildbot-commits] [Buildbot] #1941: status json creates a full set of Resources ahead of time
Buildbot
nobody at buildbot.net
Fri Apr 29 21:44:15 UTC 2011
#1941: status json creates a full set of Resources ahead of time
------------------------+--------------------
Reporter: dustin | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 0.9.+
Version: 0.8.2 | Resolution:
Keywords: web |
------------------------+--------------------
Comment (by dustin):
A back-of-the-envelope calculation shows that the number of objects used
are proportional to S^2^, where S is the number of slaves. The objects
are large, too - each !HelpResource has its own copy of the string, at an
average of 1K. With ~5000 builders and ~500 slaves, we're blowing about
1GB of RAM on status json!
--
Ticket URL: <http://trac.buildbot.net/ticket/1941#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list