diff --git a/README.md b/README.md index 2664688..ce1ff26 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,39 @@ Note that both `aquatic_http` and `aquatic_ws` require configuring TLS certificate and private key files. More details are available in the respective configuration files. -For optimal performance, start at least as many `request_workers` as -`socket_workers`. +#### Workers + +The sum of `socket_workers` and `request_workers` should equal the total +number of CPU cores that you want to use. + +Recommended proportions: + + + + + + + + + + + + + + + + + + + + + + + + + + +
aquatic_udp
CPU cores2-56-910-15>=16
request_workers1234
socket_workers1-44-77-12>=12
#### Access control