[PATCH 3/3] Adapt the memory requirements to zRAM swap usage

Vratislav Podzimek vpodzime at redhat.com
Mon Jul 21 15:15:13 UTC 2014


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/isys/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/isys/__init__.py b/pyanaconda/isys/__init__.py
index eee5e95..37067fd 100644
--- a/pyanaconda/isys/__init__.py
+++ b/pyanaconda/isys/__init__.py
@@ -49,8 +49,8 @@ if blivet.arch.getArch() in ["ppc64", "ppc64le"]:
     MIN_RAM = 768 * 1024
     GUI_INSTALL_EXTRA_RAM = 512 * 1024
 else:
-    MIN_RAM = 512 * 1024
-    GUI_INSTALL_EXTRA_RAM = 0
+    MIN_RAM = 310 * 1024
+    GUI_INSTALL_EXTRA_RAM = 100 * 1024
 
 MIN_GUI_RAM = MIN_RAM + GUI_INSTALL_EXTRA_RAM
 
-- 
1.9.3



More information about the anaconda-patches mailing list