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

Set Linux sysctl defaults for vm configuration #156

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

morningtzh
Copy link
Contributor

Description:
This PR sets the Linux sysctl defaults for our server configuration. The changes added:

  • /proc/sys/vm/overcommit_memory
  • Set overcommit_memory to 1, allowing the kernel to overcommit memory, allocate more memory than is physically available
  • /proc/sys/net/ipv4/vs/expire_nodest_conn
    • Enable automatic expiration of nodest connections

These changes aim to improve the performance of our server. Please review and let me know if you have any questions or concerns.

@morningtzh morningtzh requested a review from a team as a code owner August 9, 2024 06:56
Copy link
Member

@Burning1020 Burning1020 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Burning1020 Burning1020 merged commit ca3f587 into kuasar-io:main Aug 12, 2024
18 checks passed
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

Successfully merging this pull request may close these issues.

2 participants