Linux Page Faults, MMAP, and userfaultfd for faster VM boots
1–5 of 5 posts
Re: Linux Page Faults, MMAP, and userfaultfd for faster VM boots
#2Re: Linux Page Faults, MMAP, and userfaultfd for faster VM boots
#3Is this the same feature Windows has had forever, or is there more to it?
Re: Linux Page Faults, MMAP, and userfaultfd for faster VM boots
#4Oh neat, a post I actually know something about! I worked a lot on userfaultfd performance for GCE's live migration post-copy a couple years ago. Or more specifically, I worked on mechanisms to avoid it entirely- due to lock contention in the kennel, faults become veeeerry slow as the number of vcpus scales, and as it happens VMs these days can have a lot of vcpus
Re: Linux Page Faults, MMAP, and userfaultfd for faster VM boots
#5Oh neat, a post I actually know something about! I worked a lot on userfaultfd performance for GCE's live migration post-copy a couple years ago. Or more specifically, I worked on mechanisms to avoid it entirely- due to lock contention in the kennel, faults become veeeerry slow as the number of vcpus scales, and as it happens VMs these days can have a lot of vcpus