Hacker News new | ask | show | jobs
by monocasa 670 days ago
It's nice for type 1 hypervisors when carving up memory for guests. When page walks for guest virtual to host physical end up taking sixteen levels, a 1G page short circuits that in half to eight.
1 comments

That's what most hypervisors (e.g. Qemu) do on Linux when THP are enabled and allowed for the process.