-
Notifications
You must be signed in to change notification settings - Fork 498
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
Hugepage backed memory support #783
Milestone
Comments
Original Redmine Comment moving to backlog for the next release. This issue will expose the memory attributes to the guest as described here: |
#3256 (Implemented as part of it) |
rsmontero
pushed a commit
that referenced
this issue
Feb 16, 2021
rsmontero
pushed a commit
that referenced
this issue
Nov 20, 2024
rsmontero
pushed a commit
that referenced
this issue
Nov 20, 2024
* Fix virtual network not ready tests * Adds exponential backoff helper and corrects hook test * Fixes GOCA context and VM test Signed-off-by: Jaime <jconchello@opennebula.io> Signed-off-by: Aleix Ramírez <aramirez@opennebula.io> (cherry picked from commit f091804)
rsmontero
pushed a commit
that referenced
this issue
Jan 13, 2025
* Fix virtual network not ready tests * Adds exponential backoff helper and corrects hook test * Fixes GOCA context and VM test Signed-off-by: Jaime <jconchello@opennebula.io> Signed-off-by: Aleix Ramírez <aramirez@opennebula.io> (cherry picked from commit f091804)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Author Name: 海涛 肖 (海涛 肖)
Original Redmine Issue: 3042, https://dev.opennebula.org/issues/3042
Original Date: 2014-07-15
The memory page size of your system influences the overhead of virtual to physical memory translations, increasing your memory page size would reduce this overhead. HugePages is a feature that makes it possible for the operating system support memory pages larger than the default 4KB, assuming HW support. Hugepage support can deliver a significant improvement in memory access throughput, especially in memory intensive and database workloads.
This feature enables libvirt configure virtual machines to use hugepage backed memory.
This feature can be used Intel DPDK vSwitch and NFV workloads.
The text was updated successfully, but these errors were encountered: