Support setting the memory budget for VM #557
Answered
by
ckganesan
linsheng9731
asked this question in
Q&A
-
Now the memory budget for VM is set to the default value. This proposal aims to make the memory budget configurable. |
Beta Was this translation helpful? Give feedback.
Answered by
ckganesan
Feb 11, 2024
Replies: 1 comment
-
@linsheng9731 You can modify the default MemoryBudget value as follows: vm.MemoryBudget = 2e6 This configuration should be set before creating the VM. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
antonmedv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@linsheng9731 You can modify the default MemoryBudget value as follows:
This configuration should be set before creating the VM.