Skip to content
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

Change runhcs create-scratch to use physical backed memory by default #2152

Merged

Conversation

katiewasnothere
Copy link
Contributor

The create-scratch command creates a UVM that is used to mount a vhdx file and format as ext4. This is necessary since windows does not have any existing tooling that can format a disk as ext4. This PR changes the create-scratch code such that the UVM uses physical backed memory instead of virtual backed memory by default. Additionally, the PR adds the option to specify that you want a virtual backed UVM instead.

The create-scratch command is called by containerd here to create scratch vhdxs for containers. This should only happen once per deployment of containerd on the hosting machine since the first time we attempt to pull an image with the lcow snapshotter, the code will create a template scratch file that is then copied for each lcow container created afterwards.

While using physical memory to back the UVM does result in a slower boot time, I believe this is acceptable since this should only be run once on the host per containerd deployment and the UVM is short lived.

Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
@katiewasnothere katiewasnothere requested a review from a team as a code owner May 22, 2024 21:57
@katiewasnothere katiewasnothere merged commit 62b77d5 into microsoft:main May 28, 2024
19 checks passed
@katiewasnothere katiewasnothere deleted the kabaldau/runhcs_use_pa_memory branch May 29, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants