]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/puresize.h (BASE_PURESIZE): Increase.
authorEli Zaretskii <eliz@gnu.org>
Sun, 23 Jun 2024 11:42:23 +0000 (07:42 -0400)
committerEshel Yaron <me@eshelyaron.com>
Mon, 24 Jun 2024 07:12:20 +0000 (09:12 +0200)
(cherry picked from commit 39aa286072924ebef68b068fa9d9afc8374ede86)

src/puresize.h

index 2a7168728329b3a5eec7d49050bad6f70facb208..d7d8f0b4eec7e20764e5c93ccc8637d00f4009bf 100644 (file)
@@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (3000000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (3100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */