Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keycloak/25.0.6 package update #28937

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Sep 19, 2024

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr P1 This issue is very important and will be addressed within the team planning window. labels Sep 19, 2024
Copy link
Contributor Author

octo-sts bot commented Sep 19, 2024

Open AI suggestions to solve the build error:

The error message is: "JGRP000015: the send buffer of socket MulticastSocket was set to 1MB, but the OS only allocated 212.99KB"

To fix this error:
1. Increase the OS buffer size limits by modifying `/etc/sysctl.conf`:

net.core.rmem_max=262144
net.core.wmem_max=262144

2. Apply the changes:

sudo sysctl -p

3. Restart the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated pr bincapz/pass P1 This issue is very important and will be addressed within the team planning window. request-version-update request for a newer version of a package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant