xcp.dom0¶
- xcp.dom0.default_memory(host_mem_kib)[source]¶
Return the default for the amount of dom0 memory for the specified amount of host memory for the current platform version
- xcp.dom0.default_memory_for_version(host_mem_kib, platform_version)[source]¶
Return the default for the amount of dom0 memory for the specified amount of host memory for the given platform version.
- xcp.dom0.default_memory_v2(host_mem_kib)[source]¶
Return the default for the amount of dom0 memory for the specified amount of host memory for platform versions < 2.9.0.
- xcp.dom0.default_memory_v3(host_mem_kib)[source]¶
Return the default for the amount of dom0 memory for the specified amount of host memory for platform versions >= 2.9.0.