[X2Go-Commits] [x2gobroker] 03/07: etc/x2gobroker.conf: Fix the load_factor formula.
git-admin at x2go.org
git-admin at x2go.org
Thu Sep 13 15:26:36 CEST 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gobroker.
commit 80ab975dddf88d9c3c5b18bbc255d7df6c06f28c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Sep 13 08:40:53 2018 +0200
etc/x2gobroker.conf: Fix the load_factor formula.
---
etc/x2gobroker.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/x2gobroker.conf b/etc/x2gobroker.conf
index 7ba70be..6501458 100644
--- a/etc/x2gobroker.conf
+++ b/etc/x2gobroker.conf
@@ -271,7 +271,7 @@
# The load factor calculation uses this algorithm:
#
# ( memAvail/1000 ) * numCPUs * typeCPUs
-# load-factor = --------------------------------------
+# load-factor = -------------------------------------- + 1
# loadavg*100 * numSessions
#
# (memAvail in MByte, typeCPUs in MHz, loadavg is (system load *100 + 1) as
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
More information about the x2go-commits
mailing list