From cf6a11f3cad01044e843cb369c286ee7562d715f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 27 Mar 2022 15:42:50 +0200 Subject: [PATCH] README: improve worker number table --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ce1ff26..49fd7c3 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,14 @@ respective configuration files. #### Workers -The sum of `socket_workers` and `request_workers` should equal the total -number of CPU cores that you want to use. - -Recommended proportions: +To increase performance, number of worker threads can be increased. The sum of +`socket_workers` and `request_workers` should equal the total number of CPU cores +that you want to use. Recommended proportions: - + + @@ -85,14 +85,14 @@ Recommended proportions: - + - +
aquatic_udpaquatic_udp
CPU cores>=16
request_workersRequest workers 1 2 3 4
socket_workersSocket workers 1-4 4-7 7-12