From fb0f06c3ce41ff0f5db8a9886052dbfb4b4cecec Mon Sep 17 00:00:00 2001 From: Joel May Date: Sat, 22 Jan 2022 16:20:48 -0800 Subject: [PATCH] Explain that 'nil' can disable dynamic memory --- website/content/docs/providers/hyperv/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/providers/hyperv/configuration.mdx b/website/content/docs/providers/hyperv/configuration.mdx index 7bc4c8790..3fab824f2 100644 --- a/website/content/docs/providers/hyperv/configuration.mdx +++ b/website/content/docs/providers/hyperv/configuration.mdx @@ -22,7 +22,7 @@ you may set. A complete reference is shown below: - `ip_address_timeout` (integer) - Number of seconds to wait for the VM to report an IP address. Default: 120. - `linked_clone` (boolean) - Use differencing disk instead of cloning entire VHD. Default: false - `mac` (string) - MAC address for the guest network interface -- `maxmemory` (integer) - Maximum number of megabytes allowed to be allocated for the VM. When set Dynamic Memory Allocation will be enabled. +- `maxmemory` (integer) - Maximum number of megabytes allowed to be allocated for the VM. When set Dynamic Memory Allocation will be enabled. Set to `nil` to disable Dynamic Memory. - `memory` (integer) - Number of megabytes allocated to VM at startup. If `maxmemory` is set, this will be amount of memory allocated at startup. - `vlan_id` (integer) - VLAN ID for the guest network interface. - `vmname` (string) - Name of virtual machine as shown in Hyper-V manager. Default: Generated name.