Skip to content

Commit 1c8435e

Browse files
committed
docs: Update documentation for huge pages and balloon
Update docs to reflect that now huge pages can be used alongside the traditional balloon device. However, note the caveat that memory may not be reclaimed from the guest. Signed-off-by: Jack Thomson <[email protected]>
1 parent a8ebabd commit 1c8435e

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docs/hugepages.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,10 @@ described in our documentation on
3333

3434
## Known Limitations
3535

36-
Currently, hugetlbfs support is mutually exclusive with the following
37-
Firecracker features:
38-
39-
- Memory Ballooning via the [Balloon Device](./ballooning.md)
40-
41-
Furthermore, enabling dirty page tracking for hugepage memory negates the
42-
performance benefits of using huge pages. This is because KVM will
43-
unconditionally establish guest page tables at 4K granularity if dirty page
44-
tracking is enabled, even if the host users huge mappings.
36+
Enabling dirty page tracking for hugepage memory negates the performance
37+
benefits of using huge pages. This is because KVM will unconditionally establish
38+
guest page tables at 4K granularity if dirty page tracking is enabled, even if
39+
the host users huge mappings.
4540

4641
## FAQ
4742

0 commit comments

Comments
 (0)