Skip to content

Commit 2fe1ba9

Browse files
committed
fix(doc): do not claim guest memory is always fd based
At the time of writing the docs, that was temporarily the case in v1.6.0, but was reverted in scenarios where no vhost-user devices are attached due to performance regressions. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 5b84862 commit 2fe1ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hugepages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ tracking is enabled, even if the host users huge mappings.
4747

4848
### Why does Firecracker not offer a transparent huge pages (THP) setting?
4949

50-
Firecracker's guest memory is memfd based. Linux (as of 6.1) does not offer a
51-
way to dynamically enable THP for such memory regions. Additionally, UFFD does
50+
Firecracker's guest memory can be memfd based. Linux (as of 6.1) does not offer
51+
a way to dynamically enable THP for such memory regions. Additionally, UFFD does
5252
not integrate with THP (no transparent huge pages will be allocated during
5353
userfaulting). Please refer to the [Linux Documentation][thp_docs] for more
5454
information.

0 commit comments

Comments
 (0)