# HG changeset patch # User Chong Yidong # Date 1219326457 0 # Node ID 4e53ad6f16b67df48440d573d454b394776946c1 # Parent f82e3dc1e623dd8766ee3a55acea38f3cc213b03 (BASE_PURESIZE): Increase to 1250000. diff -r f82e3dc1e623 -r 4e53ad6f16b6 src/puresize.h --- a/src/puresize.h Thu Aug 21 13:47:20 2008 +0000 +++ b/src/puresize.h Thu Aug 21 13:47:37 2008 +0000 @@ -41,7 +41,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */