svn commit: r421445 - head/ports-mgmt/synth
John Marino
marino at FreeBSD.org
Tue Sep 6 17:02:12 UTC 2016
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
More information about the svn-ports-all
mailing list