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

Kernel Buffer warning #12

Open
stxdigitizing opened this issue May 26, 2021 · 1 comment
Open

Kernel Buffer warning #12

stxdigitizing opened this issue May 26, 2021 · 1 comment

Comments

@stxdigitizing
Copy link

Any Ideas what I can do to fix this or is just normal?

warning: so-rcvbuf 4194304 was not granted. Got 425984. To fix: start with root permissions(linux) or sysctl big May 25 21:25:02 pihole1 unbound[3684]: [1621995902] unbound[3684:0] warning: so-sndbuf 4194304 was not granted. Got 425984. To fix: start with root permissions(linux) or sysctl big

@anudeepND
Copy link
Owner

Please set the kernel buffer size as 1m instead of 4m in your config

    # Ensure kernel buffer is large enough to not lose messages in traffix spikes
    so-rcvbuf: 1m
    so-sndbuf: 1m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants