* src/puresize.h (BASE_PURESIZE): Bump to 2000000.

Needed on Fedora 28 x86.
This commit is contained in:
Paul Eggert 2018-09-07 11:16:45 -07:00
parent 28da6accb0
commit f9a72b83ab

View file

@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN
#endif
#ifndef BASE_PURESIZE
#define BASE_PURESIZE (1900000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#define BASE_PURESIZE (2000000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */