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"
Adjust memory requirements.
Signed-off-by: Bill Nottingham notting@redhat.com
isys/isys.h | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-)
I'm fine with this.
- Chris
anaconda-devel@lists.fedoraproject.org