Skip to content

Commit

Permalink
Deploying to main from @ abbe19defdbd2d6d0acad664307e47915e843ab7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Feb 11, 2025
1 parent f16772b commit 662b9cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nightly/high-availability/concepts-threads.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2 id="_concepts">Concepts</h2>
<div class="sect2">
<h3 id="_jgroups_communications">JGroups communications</h3>
<div class="paragraph">
<p>JGroups communications, which is used in single-site setups for the communication between Keycloak nodes, benefits from the use of virtual threads which are available in OpenJDK 21.
<p>JGroups communications, which is used in single-site setups for the communication between Keycloak nodes, benefits from the use of virtual threads which are available in OpenJDK 21 when at least two cores are available for Keycloak.
This reduces the memory usage and removes the need to configure thread pool sizes.
Therefore, the use of OpenJDK 21 is recommended.</p>
</div>
Expand Down
5 changes: 5 additions & 0 deletions nightly/operator/advanced-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,11 @@ <h4 id="_configuring_the_update_strategy">Configuring the Update Strategy</h4>
<td class="tableblock halign-left valign-top"><p class="tableblock">On any configuration or image change</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The StatefulSet is scaled down before applying the new configuration or image.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Auto</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">On incompatible changes</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The Keycloak Operator detects if a rolling or recreate upgrade is possible.</p></td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 662b9cd

Please sign in to comment.