From 0b3e050c6ce07e7b87aaab1185f605a1d8c16ba1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 30 Jan 2025 08:38:05 +0200 Subject: [PATCH] * src/puresize.h (BASE_PURESIZE): Increase (bug#75907). --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2