summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-02-14 21:29:56 +0000
committerJeremy Katz <katzj@redhat.com>2006-02-14 21:29:56 +0000
commit01e559fc10c87b72337b39172ee59a06251f5fde (patch)
treecd407518632cee9ea521d3bd839f742cf3c9f243 /isys
parent3d1bac4bf97ea222e7b2ac910e2ead57d75739f8 (diff)
downloadanaconda-01e559fc10c87b72337b39172ee59a06251f5fde.tar.gz
anaconda-01e559fc10c87b72337b39172ee59a06251f5fde.tar.xz
anaconda-01e559fc10c87b72337b39172ee59a06251f5fde.zip
2006-02-14 Jeremy Katz <katzj@redhat.com>
* isys/isys.h: Bump minimum RAM amounts for install, graphical install and when we need to enable swap early
Diffstat (limited to 'isys')
-rw-r--r--isys/isys.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/isys/isys.h b/isys/isys.h
index b33cc4226..1044259b9 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -1,11 +1,9 @@
#ifndef H_ISYS
#define H_ISYS
-#define MIN_ROOTPART_SIZE_MB 250
-
-#define MIN_RAM 32000 /* 20M or so */
-#define MIN_GUI_RAM 56000
-#define EARLY_SWAP_RAM 72000
+#define MIN_RAM 64000
+#define MIN_GUI_RAM 128000
+#define EARLY_SWAP_RAM 140000
/* returns -2 for errno, -1 for unknown device */
int devMakeInode(char * devName, char * path);