-
-
Notifications
You must be signed in to change notification settings - Fork 463
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.
All reactions
Answered by
ckganesan
Feb 11, 2024
@linsheng9731 You can modify the default MemoryBudget value as follows:
vm.MemoryBudget = 2e6
This configuration should be set before creating the VM.
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.
All reactions
0 replies
Answer selected by
antonmedv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment