From: Paul Eggert Date: Sat, 28 May 2016 01:11:44 +0000 (-0700) Subject: * src/puresize.h (BASE_PURESIZE): Increase it some more. X-Git-Tag: emacs-26.0.90~1873 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ce68f8f0f1dd1aa518e6e682b2c2cef1f49d953;p=emacs.git * src/puresize.h (BASE_PURESIZE): Increase it some more. --- diff --git a/src/puresize.h b/src/puresize.h index 5b884d3b715..da827ed3997 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1801000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1900000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */