Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Hudson sluggishness

Hi Folks,

I just wanted to share a comment with you from the Hudson team based on their investigation yesterday of the poor Hudson performance:

>The reason why Hudson is dead slow is someone is trying to download entire artifacts via HTTP (either via wget or curl). Winstone container is working hard to satisfy the request and on the process it has created 363 handling threads. See below. >Winstone container is not meant for such kind of handling. If any one wants to get artifacts ask them to get it directly from the disk, not via HTTP request to Hudson like this other wise it will kill the container

So if you could take a look at your jobs(I understand it might be next week sometime) and make sure you're only using HTTP(to fetch Hudson objects) if it's really needed that would be great.

Now, we are planning to move to Jetty so hopefully that will alleviate some of this. However it got Denis and I wondering if any of you with access to a large Hudson deployment could tell us what container software it's using.

-Matt.

--

Eclipse WebMaster - webmaster@xxxxxxxxxxx

Questions? Consult the WebMaster FAQ at http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster

EclipseCon 2012 <http://www.eclipsecon.org/2012>


Back to the top