From 3317f282651a9e76a9c89f3e8c4fb5b2bd5432b0 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sun, 1 Feb 2015 22:14:12 -0800 Subject: [PATCH] xinetd/git: add note about setting max_load value --- xinetd/git | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xinetd/git b/xinetd/git index 1a3fb94..cb1f045 100644 --- a/xinetd/git +++ b/xinetd/git @@ -24,6 +24,11 @@ # log_on_failure = HOST # } +# Note that the max_load value may need to be adjusted for +# your system. A reasonable starting point is 1.75 times +# the number of online processor cores (non-integer values +# are allowed). + service git { type = UNLISTED -- 2.11.4.GIT