diff options
author | Bill Nottingham <notting@redhat.com> | 2009-07-10 11:17:24 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-07-10 11:17:24 -0400 |
commit | 7a0e0c910998772024ac446da89b7a1edd3f109e (patch) | |
tree | 539e5b54aeec199680b2eb02e8034ddd2f8b6815 /isys/isys.h | |
parent | 39ef8dffb658e7186e25303b03ce1cd28b950c3d (diff) | |
download | anaconda-7a0e0c910998772024ac446da89b7a1edd3f109e.tar.gz anaconda-7a0e0c910998772024ac446da89b7a1edd3f109e.tar.xz anaconda-7a0e0c910998772024ac446da89b7a1edd3f109e.zip |
You must be this tall to ride.
Adjust memory requirements.
Diffstat (limited to 'isys/isys.h')
-rw-r--r-- | isys/isys.h | 10 |
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" |