mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
README: improve worker number table
This commit is contained in:
parent
488eb4c692
commit
cf6a11f3ca
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -68,14 +68,14 @@ respective configuration files.
|
||||||
|
|
||||||
#### Workers
|
#### Workers
|
||||||
|
|
||||||
The sum of `socket_workers` and `request_workers` should equal the total
|
To increase performance, number of worker threads can be increased. The sum of
|
||||||
number of CPU cores that you want to use.
|
`socket_workers` and `request_workers` should equal the total number of CPU cores
|
||||||
|
that you want to use. Recommended proportions:
|
||||||
Recommended proportions:
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="5">aquatic_udp</th>
|
<td></td>
|
||||||
|
<th colspan="4">aquatic_udp</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">CPU cores</th>
|
<th scope="row">CPU cores</th>
|
||||||
|
|
@ -85,14 +85,14 @@ Recommended proportions:
|
||||||
<td>>=16</td>
|
<td>>=16</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">request_workers</th>
|
<th scope="row">Request workers</th>
|
||||||
<td>1</td>
|
<td>1</td>
|
||||||
<td>2</td>
|
<td>2</td>
|
||||||
<td>3</td>
|
<td>3</td>
|
||||||
<td>4</td>
|
<td>4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">socket_workers</th>
|
<th scope="row">Socket workers</th>
|
||||||
<td>1-4</td>
|
<td>1-4</td>
|
||||||
<td>4-7</td>
|
<td>4-7</td>
|
||||||
<td>7-12</td>
|
<td>7-12</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue