# HG changeset patch # User Chong Yidong # Date 1209682389 0 # Node ID d5bb3798f8cbd55a757567b8edbe480b77f874ad # Parent 10e2a368efb0c54e44d1b56992554a9c91566064 (BASE_PURESIZE): Increase to 1210000. diff -r 10e2a368efb0 -r d5bb3798f8cb src/puresize.h --- a/src/puresize.h Thu May 01 22:53:02 2008 +0000 +++ b/src/puresize.h Thu May 01 22:53:09 2008 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */