summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-04-18 23:02:18 +0000
committerJeremy Katz <katzj@redhat.com>2007-04-18 23:02:18 +0000
commit64e84600b7f1343b854316e49da496e34b35a755 (patch)
tree52c0381326b7c9cc5f8ae997658056d450acca0b /isys
parent9778d5d617206b17ceb880e9f8d70216ea910dbe (diff)
downloadanaconda-64e84600b7f1343b854316e49da496e34b35a755.tar.gz
anaconda-64e84600b7f1343b854316e49da496e34b35a755.tar.xz
anaconda-64e84600b7f1343b854316e49da496e34b35a755.zip
2007-04-18 Jeremy Katz <katzj@redhat.com>
* isys/isys.h (EARLY_SWAP_RAM): Lower value for early swap (dwmw2, #236508)
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 1044259b9..b282de3e6 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -3,7 +3,7 @@
#define MIN_RAM 64000
#define MIN_GUI_RAM 128000
-#define EARLY_SWAP_RAM 140000
+#define EARLY_SWAP_RAM 240000
/* returns -2 for errno, -1 for unknown device */
int devMakeInode(char * devName, char * path);