summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-06 17:02:11 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-06 17:02:11 +0000
commit8bbd0f98c379f155c323e5bcd1580116ce26cbd7 (patch)
treee114d9358a0b49102857f19e48b14e46cff44618 /ports-mgmt
parentTake maintainership (diff)
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.
Notes
Notes: svn path=/head/; revision=421445
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/synth/Makefile2
-rw-r--r--ports-mgmt/synth/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile
index f24c99d9e7e3..963208f8cfb5 100644
--- a/ports-mgmt/synth/Makefile
+++ b/ports-mgmt/synth/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= synth
-PORTVERSION= 1.50
+PORTVERSION= 1.51
DISTVERSIONPREFIX= v
CATEGORIES= ports-mgmt
diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo
index 1859978f8d5a..3f323a404fce 100644
--- a/ports-mgmt/synth/distinfo
+++ b/ports-mgmt/synth/distinfo
@@ -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