Martin Betak has uploaded a new change for review. Change subject: core: Support creation of Vms with 4000GB of memory ......................................................................
core: Support creation of Vms with 4000GB of memory Change-Id: I13a40b21db18e98c02d11fe7ff158a299cd7bc1c Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1104774 Signed-off-by: Martin Betak <[email protected]> --- M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/90/28590/1 diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql index 8d96250..d33b2c8 100644 --- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql +++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql @@ -624,7 +624,7 @@ select fn_db_add_config_value('VM64BitMaxMemorySizeInMB','2097152','3.2'); select fn_db_add_config_value('VM64BitMaxMemorySizeInMB','2097152','3.3'); select fn_db_add_config_value('VM64BitMaxMemorySizeInMB','2097152','3.4'); -select fn_db_add_config_value('VM64BitMaxMemorySizeInMB','2097152','3.5'); +select fn_db_add_config_value('VM64BitMaxMemorySizeInMB','4096000','3.5'); select fn_db_add_config_value('VmGracefulShutdownMessage','System Administrator has initiated shutdown of this Virtual Machine. Virtual Machine is shutting down.','general'); select fn_db_add_config_value('VmGracefulShutdownTimeout','30','general'); select fn_db_add_config_value('VMMinMemorySizeInMB','256','general'); -- To view, visit http://gerrit.ovirt.org/28590 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I13a40b21db18e98c02d11fe7ff158a299cd7bc1c 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
