We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the esxi user interface, you have the possiblity to reserve the allocated memory for a vm.
Sorry for the german interface:
It would be nice to have an option for that.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
In the esxi user interface, you have the possiblity to reserve the allocated memory for a vm.
Sorry for the german interface:
It would be nice to have an option for that.
The text was updated successfully, but these errors were encountered: