Mercurial > emacs
changeset 69554:e6104b603d86
(STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 18 Mar 2006 14:02:01 +0000 |
parents | 2fc1b3ed4aec |
children | b3cf0d47886d |
files | src/sheap.c |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sheap.c Sat Mar 18 13:55:31 2006 +0000 +++ b/src/sheap.c Sat Mar 18 14:02:01 2006 +0000 @@ -26,11 +26,7 @@ #include <unistd.h> -#ifdef HAVE_X_WINDOWS -#define STATIC_HEAP_SIZE (8 * 1024 * 1024) -#else -#define STATIC_HEAP_SIZE (8 * 1024 * 1024) -#endif +#define STATIC_HEAP_SIZE (12 * 1024 * 1024) int debug_sheap = 0;