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