[devel at bb.net] [Buildbot-devel] Has anyone tried running buildbot with pypy?

Elmir Jagudin elmir at unity3d.com
Mon Nov 30 09:27:19 UTC 2015


On Fri, Nov 27, 2015 at 4:26 PM, Vasily <just.one.man at yandex.ru> wrote:

> Out of curiosity - why do you even try running Buildbot on PyPy, is it
> doing some heavy work that you want JIT for?..
>
> Thanks,
> Vasily
>


Our Buildbot/Katana instance quite frequently runs at 100% CPU utilization
during busy times. This (probably) creates problems with scheduling of new
builds and makes the UI sluggish. It also make it problematic for us to add
increase number of slaves and add new builders.

The reason we want to try running it under pypy is two fold. First we hope
it will lower the CPU load and give us some breathing space short term.
Also we hope to be able to run vmprof profiler to collect data, so that we
can figure out where buildbot is spending it's time. Which will gives us
better idea on how to address performance problems.

/Elmir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/devel/attachments/20151130/f76a5131/attachment.html>


More information about the devel mailing list