From owner-svn-ports-all@freebsd.org Tue Sep 6 17:02:12 2016 Return-Path: Delivered-To: svn-ports-all@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 CA0E6BC7F82; Tue, 6 Sep 2016 17:02:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 7D75E85B; Tue, 6 Sep 2016 17:02:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u86H2BTl033234; Tue, 6 Sep 2016 17:02:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86H2BjA033232; Tue, 6 Sep 2016 17:02:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201609061702.u86H2BjA033232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 6 Sep 2016 17:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421445 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 17:02:12 -0000 Author: marino Date: Tue Sep 6 17:02:11 2016 New Revision: 421445 URL: https://svnweb.freebsd.org/changeset/ports/421445 Log: ports-mgmt/synth: Upgrade version 1.50 => 1.51 This release changes the watchdog time limits from a fixed value to one that is affected by the average load. Using fixed values didn't work well on extremely (and intentionally) loaded servers, e.g. an overage load of 200 on an server with ncpu of 32. The base times which were long to account for loading have been reduced, and a multiplier of average-5 load / ncpu rounded to the nearest tenth has been implemented (with 1.0 as the floor value). For example, a 4-core machine with an average 5-minute load of 6.0 will multiply the base timeout by 1.5. This approach worked well in an extreme test against the entire ports tree. Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Tue Sep 6 16:55:27 2016 (r421444) +++ head/ports-mgmt/synth/Makefile Tue Sep 6 17:02:11 2016 (r421445) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.50 +PORTVERSION= 1.51 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Tue Sep 6 16:55:27 2016 (r421444) +++ head/ports-mgmt/synth/distinfo Tue Sep 6 17:02:11 2016 (r421445) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472593432 -SHA256 (jrmarino-synth-v1.50_GH0.tar.gz) = 17aa4ff8436b36e8b85988817522588e4cbd3478f2acf49535b318328903d3c5 -SIZE (jrmarino-synth-v1.50_GH0.tar.gz) = 102678 +TIMESTAMP = 1473162919 +SHA256 (jrmarino-synth-v1.51_GH0.tar.gz) = b5dd7eab4bb76eba3910cd7e315f74bb5a4396093995675128f9b04fd3547ae8 +SIZE (jrmarino-synth-v1.51_GH0.tar.gz) = 103271