From: Eli Zaretskii Date: Thu, 30 Jan 2025 06:38:05 +0000 (+0200) Subject: * src/puresize.h (BASE_PURESIZE): Increase (bug#75907). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~74 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0b3e050c6ce07e7b87aaab1185f605a1d8c16ba1;p=emacs.git * src/puresize.h (BASE_PURESIZE): Increase (bug#75907). --- diff --git a/src/puresize.h b/src/puresize.h index e9cbdd86022..f2576666a66 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (3000000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (3400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */