From 2b41352321c551986816af073b00e443de5936e1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 23 Jun 2024 07:42:23 -0400 Subject: [PATCH] * src/puresize.h (BASE_PURESIZE): Increase. (cherry picked from commit 39aa286072924ebef68b068fa9d9afc8374ede86) --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puresize.h b/src/puresize.h index 2a716872832..d7d8f0b4eec 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 (3100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ -- 2.39.2