summaryrefslogtreecommitdiffstats
path: root/isys/isys.h
diff options
context:
space:
mode:
Diffstat (limited to 'isys/isys.h')
-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);