diff src/puresize.h @ 54:05472e90ae02 r19-16-pre2

Import from CVS: tag r19-16-pre2
author cvs
date Mon, 13 Aug 2007 08:57:55 +0200
parents ec9a17fef872
children 131b0175ea99
line wrap: on
line diff
--- a/src/puresize.h	Mon Aug 13 08:57:25 2007 +0200
+++ b/src/puresize.h	Mon Aug 13 08:57:55 2007 +0200
@@ -31,11 +31,15 @@
 /* Basic amount of purespace to use, in the absence of extra
    things configured in. */
 
+/* This computation is Barbra Streisand, BS
 #if (LONGBITS == 64)
 # define BASE_PURESIZE 944000
 #else
 # define BASE_PURESIZE 527000
 #endif
+*/
+
+#define BASE_PURESIZE 1400000
 
 /* If any particular systems need to change the base puresize, they
    should define SYSTEM_PURESIZE_EXTRA.  Note that this can be