diff options
author | bfox <bfox> | 2001-04-16 04:13:01 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-04-16 04:13:01 +0000 |
commit | f74c46cb257f0abf91adff95149459f09e615b65 (patch) | |
tree | 819d9d615c65f3bf26b092489b5c67723becf561 /isys | |
parent | b2a7499a7c5316cf855a2f04fe1dbdd81ef84a3b (diff) | |
download | anaconda-f74c46cb257f0abf91adff95149459f09e615b65.tar.gz anaconda-f74c46cb257f0abf91adff95149459f09e615b65.tar.xz anaconda-f74c46cb257f0abf91adff95149459f09e615b65.zip |
up the min ram to just under 32MB to be in line with official minimum ram specs
Diffstat (limited to 'isys')
-rw-r--r-- | isys/isys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/isys.h b/isys/isys.h index b00ffde5f..a6f9956dd 100644 --- a/isys/isys.h +++ b/isys/isys.h @@ -3,7 +3,7 @@ #define MIN_ROOTPART_SIZE_MB 250 -#define MIN_RAM 17000 /* 20M or so */ +#define MIN_RAM 30000 /* 30M or so */ #define MIN_GUI_RAM 35000 #define EARLY_SWAP_RAM 34000 |