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

Transparent Huge Pages: add configuration option to disable feature #2048

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

francescolavra
Copy link
Member

If the kernel manifest contains a "transparent_hugepage" option with a value set to "never", the THP feature is disabled, i.e. process memory is mapped using 4KB pages only.
Example snippet of Ops configuration file to disable THP:

  "ManifestPassthrough": {
    "transparent_hugepage": "never"
  }

If the kernel manifest contains a "transparent_hugepage" option
with a value set to "never", the THP feature is disabled, i.e.
process memory is mapped using 4KB pages only.
Example snippet of Ops configuration file to disable THP:
```
  "ManifestPassthrough": {
    "transparent_hugepage": "never"
  }
```
@francescolavra francescolavra merged commit a6586e9 into master Aug 15, 2024
5 checks passed
@francescolavra francescolavra deleted the feature/thp-tunable branch August 15, 2024 15:16
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