diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-08-06 09:11:01 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-08-06 09:11:01 +0300 |
commit | e46668847d8973b46f35d673e8156c05cecf7a27 (patch) | |
tree | a4e302ce3d1fa030dbba3af50c8b1d0bbb613327 | |
parent | e87c0fdc14a785411b9b8d7f5b35415a7b576b59 (diff) | |
download | emacs-e46668847d8973b46f35d673e8156c05cecf7a27.tar.gz emacs-e46668847d8973b46f35d673e8156c05cecf7a27.tar.bz2 emacs-e46668847d8973b46f35d673e8156c05cecf7a27.zip |
* src/puresize.h (BASE_PURESIZE): Bump the value. (Bug#57007)
-rw-r--r-- | src/puresize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h index 5516747ac2b..4b746924bb1 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. */ |