From 4bba30640b68dda37cb7b0c3182fd24bead8e1f4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 16 Apr 2006 18:07:30 +0000 Subject: [PATCH] (SYSTEM_PURESIZE_EXTRA): Reduce to 24000. --- src/ChangeLog | 4 ++++ src/s/ms-w32.h | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 5ab6b2c06ac..04f5aabf761 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-04-16 Eli Zaretskii + + * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000. + 2006-04-16 Romain Francoise * puresize.h (BASE_PURESIZE): Decrement back to 1200000. diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 3e5d9c865bb..55f62644d04 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -465,8 +465,10 @@ extern char *get_emacs_configuration_options (void); #endif #include -/* We need a little extra space, see ../../lisp/loadup.el */ -#define SYSTEM_PURESIZE_EXTRA 137500 +/* We need a little extra space, see ../../lisp/loadup.el. + The number below comes from 22038 bytes worth (as of 2006-04) + of w32-specific files loaded by loadup.el, plus 2K spare. */ +#define SYSTEM_PURESIZE_EXTRA 24000 /* For unexec to work on Alpha systems, we need to put Emacs' initialized data into a separate section from the CRT initialized -- 2.39.2