summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-07-10 11:17:24 -0400
committerBill Nottingham <notting@redhat.com>2009-07-10 11:17:24 -0400
commit7a0e0c910998772024ac446da89b7a1edd3f109e (patch)
tree539e5b54aeec199680b2eb02e8034ddd2f8b6815 /isys
parent39ef8dffb658e7186e25303b03ce1cd28b950c3d (diff)
downloadanaconda-7a0e0c910998772024ac446da89b7a1edd3f109e.tar.gz
anaconda-7a0e0c910998772024ac446da89b7a1edd3f109e.tar.xz
anaconda-7a0e0c910998772024ac446da89b7a1edd3f109e.zip
You must be this tall to ride.
Adjust memory requirements.
Diffstat (limited to 'isys')
-rw-r--r--isys/isys.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/isys/isys.h b/isys/isys.h
index 43355ca38..15e461edb 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"