--- pyanaconda/isys/mem.c | 2 +- pyanaconda/isys/mem.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyanaconda/isys/mem.c b/pyanaconda/isys/mem.c index 3003ba0..cd77729 100644 --- a/pyanaconda/isys/mem.c +++ b/pyanaconda/isys/mem.c @@ -85,7 +85,7 @@ int totalMemory(void) { total = (total / 128 + 1) * 128; total *= 1024; - logMessage(INFO, "%d kB are available", total); + logMessage(INFO, "%d kB (%d MB) are available", total, total / 1024); return total; } diff --git a/pyanaconda/isys/mem.h b/pyanaconda/isys/mem.h index 1a715d4..d664144 100644 --- a/pyanaconda/isys/mem.h +++ b/pyanaconda/isys/mem.h @@ -28,7 +28,7 @@ #define MIN_RAM 256 * 1024 // 256 MB #define GUI_INSTALL_EXTRA_RAM 128 * 1024 // 128 MB #endif -#define URL_INSTALL_EXTRA_RAM 128 * 1024 // 128 MB +#define URL_INSTALL_EXTRA_RAM 192 * 1024 // 192 MB #define MIN_GUI_RAM MIN_RAM + GUI_INSTALL_EXTRA_RAM #define EARLY_SWAP_RAM 512 * 1024 // 512 MB -- 1.7.1.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list