diff --git a/README.md b/README.md index 7a67b46..894e2db 100644 --- a/README.md +++ b/README.md @@ -73,36 +73,35 @@ More details are available in the respective configuration files. #### Workers -To increase performance, number of worker threads can be increased. The sum of -`socket_workers` and `swarm_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. Recommended proportions based on number of available CPU cores:
| - | aquatic_udp | -aquatic_ws | +udp | +http | +ws | |||
|---|---|---|---|---|---|---|---|---|
| CPU cores | +CPU cores (N) | N | -2-11 | -12-19 | ->=20 | +N | +1-7 | +>=8 |
| Swarm workers | 1 | 1 | +1 | 2 | -3 | |||
| Socket workers | -N-1 | -1-10 | -10-17 | ->=17 | +N | +N | +N | +N-2 |