From 31b8aa3c83f2bb1cd448c40677a1eb8266dad2ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 May 2023 11:58:53 +0200 Subject: Add CPU boosting for higher 4th priority levels --- bbot/agent/agent.cli | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bbot/agent/agent.cli') diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli index 1046685..0a9147c 100644 --- a/bbot/agent/agent.cli +++ b/bbot/agent/agent.cli @@ -60,7 +60,11 @@ namespace bbot number (\cb{--cpu}) is boosted to the full number of available hardware threads (or, to view it another way, the fourth priority level has 20 possible values, not 10, with the first 0-9 being without the boost while - the last 10-19 being with the boost). + the last 10-19 being with the boost). Note that this boosting semantics + may not be accurate if the agent is executed with CPU affinity. Also note + that there is no corresponding RAM boosting and it's possible that in some + configurations the amount of RAM will be insufficient for the boosted CPU + count. Note that the priority levels are hierarchical in a sense that within a given higher level URLs can be further prioritized using the lower -- cgit v1.1