Sandro Bonazzola has uploaded a new change for review.

Change subject: tools: engine-setup - Fixed memory requirements
......................................................................

tools: engine-setup - Fixed memory requirements

for running the engine, 4Gb is the minimum,
16Gb is the recomended ammount of RAM.

Change-Id: I4f439d41d76497cf5a69224ce257881d4ed23087
Bug-Url: https://bugzilla.redhat.com/921079
Signed-off-by: Sandro Bonazzola <[email protected]>
---
M packaging/fedora/setup/basedefs.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/01/13201/1

diff --git a/packaging/fedora/setup/basedefs.py 
b/packaging/fedora/setup/basedefs.py
index b473f04..9e3e5e5 100644
--- a/packaging/fedora/setup/basedefs.py
+++ b/packaging/fedora/setup/basedefs.py
@@ -189,8 +189,8 @@
 CONST_CA_COUNTRY="US"
 CONST_CA_ALIAS="engine"
 CONST_STORAGE_DOMAIN_NAME_SIZE_LIMIT=50
-CONST_MIN_MEMORY_MB=2048
-CONST_WARN_MEMORY_MB=4096
+CONST_MIN_MEMORY_MB=4096
+CONST_WARN_MEMORY_MB=16384
 CONST_ORG_NAME_SIZE_LIMIT=64
 CONST_VDSM_UID = 36
 CONST_KVM_GID  = 36


--
To view, visit http://gerrit.ovirt.org/13201
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4f439d41d76497cf5a69224ce257881d4ed23087
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to