Martin Betak has uploaded a new change for review. Change subject: engine: Update os-info max memory sizes for x64 systems ......................................................................
engine: Update os-info max memory sizes for x64 systems 64-bit RHEL and windows systems inherited max memory size from "other" system which specified appropriate value for 32-bit systems (64000M). Updated value of os.resource.maximum.ram for RHEL3x64, Windows2003x64 and Windows7x64 to 2TB that should be inherited by the rest of the x64 systems. Change-Id: Ib2b098fb0c05cca5d5f9638c7ac693c631317b2f Signed-off-by: Martin Betak <[email protected]> --- M packaging/conf/osinfo-defaults.properties 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/83/26883/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index f78bcbc..d00574a 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -94,6 +94,7 @@ os.rhel_3x64.devices.audio.value = ac97 os.rhel_3x64.devices.diskInterfaces.value.3.3 = IDE, VirtIO os.rhel_3x64.devices.diskInterfaces.value.3.4 = IDE, VirtIO +os.rhel_3x64.resources.maximum.ram.value = 2097152 # rhel4(8, OsType.Linux, false), os.rhel_4.id.value = 8 @@ -180,6 +181,7 @@ os.windows_2003x64.sysprepPath.value = ${ENGINE_USR}/conf/sysprep/sysprep.2k3 os.windows_2003x64.productKey.value = os.windows_2003x64.isTimezoneTypeInteger.value = true +os.windows_2003x64.resources.maximum.ram.value = 2097152 # Windows7(11, OsType.Windows, false),false os.windows_7.id.value = 11 @@ -200,6 +202,7 @@ os.windows_7x64.resources.minimum.ram.value = 1024 os.windows_7x64.sysprepPath.value = ${ENGINE_USR}/conf/sysprep/sysprep.w7x64 os.windows_7x64.productKey.value = +os.windows_7x64.resources.maximum.ram.value = 2097152 # Windows2008x64(16, OsType.Windows, true), os.windows_2008x64.id.value = 16 -- To view, visit http://gerrit.ovirt.org/26883 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib2b098fb0c05cca5d5f9638c7ac693c631317b2f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Betak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
