Skip to content

Commit

Permalink
[hotfix][docs] Regenerate config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvk authored and zentol committed Jan 24, 2022
1 parent 8fc657b commit 0b8a129
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
<td>Boolean</td>
<td>Boolean flag to enable/disable more detailed metrics about inbound/outbound network queue lengths.</td>
</tr>
<tr>
<td><h5>taskmanager.network.max-num-tcp-connections</h5></td>
<td style="word-wrap: break-word;">1</td>
<td>Integer</td>
<td>The maximum number of tpc connections between taskmanagers for data communication.</td>
</tr>
<tr>
<td><h5>taskmanager.network.memory.buffer-debloat.enabled</h5></td>
<td style="word-wrap: break-word;">false</td>
Expand Down Expand Up @@ -56,12 +62,6 @@
<td>Integer</td>
<td>The minimum difference in percentage between the newly calculated buffer size and the old one to announce the new value. Can be used to avoid constant back and forth small adjustments.</td>
</tr>
<tr>
<td><h5>taskmanager.network.max-num-tcp-connections</h5></td>
<td style="word-wrap: break-word;">1</td>
<td>Integer</td>
<td>The maximum number of tpc connections between taskmanagers for data communication.</td>
</tr>
<tr>
<td><h5>taskmanager.network.memory.buffers-per-channel</h5></td>
<td style="word-wrap: break-word;">2</td>
Expand Down

0 comments on commit 0b8a129

Please sign in to comment.