summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorbfox <bfox>2001-04-16 04:13:01 +0000
committerbfox <bfox>2001-04-16 04:13:01 +0000
commitf74c46cb257f0abf91adff95149459f09e615b65 (patch)
tree819d9d615c65f3bf26b092489b5c67723becf561 /isys
parentb2a7499a7c5316cf855a2f04fe1dbdd81ef84a3b (diff)
downloadanaconda-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.h2
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