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

sap_hana_preconfigure/RHEL: Set net.core.somaxconn only for RHEL <= 8.7 #782

Open
berndfinger opened this issue Jun 26, 2024 · 1 comment
Assignees

Comments

@berndfinger
Copy link
Member

... as per SAP note 2382421 v.47.

@berndfinger berndfinger self-assigned this Jun 26, 2024
@berndfinger
Copy link
Member Author

The default settings of net.core.somaxconn in RHEL 8.6 and later are:

  • RHEL 8.6: 128
  • RHEL 8.7: 128
  • RHEL 8.8: 2048
  • RHEL 8.9: 2048
  • RHEL 8.10: 2048
  • RHEL 9.0: 4096
  • RHEL 9.1: 4096
  • RHEL 9.2: 4096

So let's leave 4096 in place for all RHEL 8 and remove it for RHEL 9.

berndfinger added a commit to berndfinger/community.sap_install that referenced this issue Nov 15, 2024
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

1 participant