# HG changeset patch # User Gerd Moellmann # Date 946988481 0 # Node ID 08fbb3f37f918d0016123f0dfd4a60a112943cff # Parent a9508422287d810ca83feb716cf277844bcfa2be (BASE_PURE_SIZE): Increase to 600000. diff -r a9508422287d -r 08fbb3f37f91 src/puresize.h --- a/src/puresize.h Tue Jan 04 12:01:26 2000 +0000 +++ b/src/puresize.h Tue Jan 04 12:21:21 2000 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (550000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (600000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */