From owner-freebsd-hackers@freebsd.org Fri Feb 24 11:22:08 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 811D8CEA120 for ; Fri, 24 Feb 2017 11:22:08 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 409DDF8B; Fri, 24 Feb 2017 11:22:08 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id A8EBE3ACCF; Fri, 24 Feb 2017 12:22:03 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V0k-BrxlJ4dT; Fri, 24 Feb 2017 12:22:02 +0100 (CET) Received: from [192.168.10.67] (opteron [192.168.10.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id DDFBE3ACCE; Fri, 24 Feb 2017 12:22:02 +0100 (CET) Subject: Re: TravisCI vs BuildBot vs Bamboo vs Jenkins To: Ngie Cooper , Alan Somers References: <91A98293-35F0-4C27-993D-01F40B28B92E@computing.com> Cc: Jim Rowan , "freebsd-hackers@freebsd.org" From: Willem Jan Withagen Message-ID: <2b82244a-eb4d-b313-4d01-5c0212c5168d@digiware.nl> Date: Fri, 24 Feb 2017 12:22:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2017 11:22:08 -0000 On 23-2-2017 23:57, Ngie Cooper wrote: > Also, Jenkins loves RAM (#thanksJava). That is really a major understatement: 715 jenkins 66 52 0 10401M 2987M uwait 0 25:16 1.07% java That is: 10G footprint, and almost 3G resident. It is on a 32Gb build VM, but still .... So make sure your builders are big enough, especially if you are adding ZFS and CCACHE into the equation. --WjW