[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] You must be this tall to ride.
- From: Bill Nottingham <notting redhat com>
- To: anaconda-devel-list redhat com
- Cc: Bill Nottingham <notting redhat com>
- Subject: [PATCH] You must be this tall to ride.
- Date: Fri, 10 Jul 2009 11:18:05 -0400
Adjust memory requirements.
Signed-off-by: Bill Nottingham <notting redhat com>
---
isys/isys.h | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/isys/isys.h b/isys/isys.h
index 43355ca..15e461e 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -20,13 +20,9 @@
#ifndef H_ISYS
#define H_ISYS
-#define MIN_RAM 64000
-#define MIN_GUI_RAM 192000
-#if defined(__x86_64__) || defined(__ia64__) || defined(__s390x__) || defined(__ppc64__)
-#define EARLY_SWAP_RAM 400000
-#else
-#define EARLY_SWAP_RAM 270000
-#endif
+#define MIN_RAM 131072
+#define MIN_GUI_RAM 393216
+#define EARLY_SWAP_RAM 524288
#define OUTPUT_TERMINAL "/dev/tty5"
--
1.6.2.5
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]