emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e46668847d: * src/puresize.h (BASE_PURESIZE): Bump the value. (Bu


From: Eli Zaretskii
Subject: master e46668847d: * src/puresize.h (BASE_PURESIZE): Bump the value. (Bug#57007)
Date: Sat, 6 Aug 2022 02:11:33 -0400 (EDT)

branch: master
commit e46668847d8973b46f35d673e8156c05cecf7a27
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * src/puresize.h (BASE_PURESIZE): Bump the value.  (Bug#57007)
---
 src/puresize.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/puresize.h b/src/puresize.h
index 5516747ac2..4b746924bb 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (2000000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (2750000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]