From 682cf3f2b4567965cef73f31f1dd7b0ae6ccea28 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 2 Mar 2021 08:50:57 +0100 Subject: Add comment what the "maxjobs" setting means Signed-off-by: Matthias Beyer --- config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 5f504ef..9536234 100644 --- a/config.toml +++ b/config.toml @@ -175,7 +175,12 @@ name = "testhostname" uri = "http://0.0.0.0:8095" # the URI of the endpoint. Either http or socket path endpoint_type = "http" # either "http" or "socket" speed = 1 # currently ignored, but required to be present -maxjobs = 1 # currently ignored, but required to be present + +# maximum number of jobs running on this endpoint. +# Set this to a reasonable high number to be able to run a lot of small jobs. +# For example, if you're compiling with `make -j 1`, this should at least be the +# number of CPU cores, maybe a bit more (eg. (ncpu * 1.1)) +maxjobs = 1 # -- cgit v1.2.3