]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/puresize.h (BASE_PURESIZE): Bump to 2000000.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Sep 2018 18:16:45 +0000 (11:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Sep 2018 18:17:03 +0000 (11:17 -0700)
Needed on Fedora 28 x86.

src/puresize.h

index e6319ff2d21113bb24ba77cdff638ff2042a853b..b37ab977ac37367840758616afbeec8aa253e804 100644 (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.  */