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

Automatic configuration of HugePages #697

Closed
vitabaks opened this issue Jul 13, 2024 · 3 comments
Closed

Automatic configuration of HugePages #697

vitabaks opened this issue Jul 13, 2024 · 3 comments
Assignees

Comments

@vitabaks
Copy link
Owner

vitabaks commented Jul 13, 2024

Feature: Automatic Configuration of HugePages

Tasks:

  1. Automatic Configuration of HugePages:

    • Implement automatic detection and configuration of the vm.nr_hugepages parameter.
    • Link to the current setting: system.yml#L56.
  2. Pre-check:

    • Add a pre-check for the huge_pages parameter in PostgreSQL.
    • If the huge_pages parameter is set to on, verify that the vm.nr_hugepages kernel parameter is configured with a sufficient value.

Consider sponsoring the project via GitHub or Patreon

@vitabaks vitabaks added enhancement New feature or request sponsor's request labels Jul 13, 2024
@vitabaks vitabaks self-assigned this Jul 13, 2024
@rcknr
Copy link
Contributor

rcknr commented Jul 30, 2024

I have just enabled this in my cluster with 1GB pages, so I could contribute to this feature.

@vitabaks
Copy link
Owner Author

@rcknr Thank you, I'm already working on it, I'll publish a PR soon and I'll be glad if you take part in the testing.

@vitabaks vitabaks changed the title TODO: Automatic configuration of HugePages Automatic configuration of HugePages Aug 1, 2024
@vitabaks
Copy link
Owner Author

vitabaks commented Aug 1, 2024

PR: #713

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

No branches or pull requests

2 participants