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

guest resource should be able to reserve memory #188

Open
schmetzyannick opened this issue Oct 25, 2022 · 1 comment
Open

guest resource should be able to reserve memory #188

schmetzyannick opened this issue Oct 25, 2022 · 1 comment

Comments

@schmetzyannick
Copy link

In the esxi user interface, you have the possiblity to reserve the allocated memory for a vm.

image
Sorry for the german interface:

  • Reservierung = Reserved memory
  • Checkbox: Reserve all

It would be nice to have an option for that.

@bish0polis
Copy link
Contributor

I think these are the two VMX parameters we want:

sched.mem.min = "32768"
sched.mem.pin = "TRUE"

The latter one appears to be the 'lock all RAM' bit, and looking at a recent VMX file it may NOT need the 'min' value to be present at all.

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

No branches or pull requests

2 participants