Ales Kozumplik (akozumpl@xxxxxxxxxx) said: > diff --git a/isys/isys.h b/isys/isys.h > index e3cb1fc..811b51b 100644 > --- a/isys/isys.h > +++ b/isys/isys.h > @@ -21,8 +21,9 @@ > #define H_ISYS > > #define MIN_RAM 262144 // 256 MB > -#define MIN_GUI_RAM 524288 // 512 MB > +#define GUI_INSTALL_EXTRA_RAM 131072 // 128 MB > #define URL_INSTALL_EXTRA_RAM 131072 // 128 MB > +#define MIN_GUI_RAM MIN_RAM + GUI_INSTALL_EXTRA_RAM > #define EARLY_SWAP_RAM 524288 What evidence is there that this is enough? Bill _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list