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

update default sysctls for 5.10 kernel #1349

Closed
bcressey opened this issue Feb 24, 2021 · 0 comments · Fixed by #1526
Closed

update default sysctls for 5.10 kernel #1349

bcressey opened this issue Feb 24, 2021 · 0 comments · Fixed by #1526
Assignees
Labels
type/enhancement New feature or request
Milestone

Comments

@bcressey
Copy link
Contributor

@sam-aws gave us a heads-up that some of the sysctl defaults that are currently set in the kernel will need to be added by userspace for 5.10, if we want to keep them.

# Increasing to account for skb structure growth since the 3.4.x kernel series
net.ipv4.tcp_wmem = 4096 20480 4194304

# Bumped the default TTL to 255 (maximum)
net.ipv4.ip_default_ttl = 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants