emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ebaf39e: Enlarge DUMPED_HEAP_SIZE


From: Eli Zaretskii
Subject: [Emacs-diffs] master ebaf39e: Enlarge DUMPED_HEAP_SIZE
Date: Sat, 5 Nov 2016 08:21:36 +0000 (UTC)

branch: master
commit ebaf39e3f2c8e7bfc01746adec9ffbe945efca23
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Enlarge DUMPED_HEAP_SIZE
    
    * src/w32heap.c (DUMPED_HEAP_SIZE) [_WIN64 || WIDE_EMACS_INT]:
    Enlarge to 21MB.  Reported by Richard Copley <address@hidden>.
---
 src/w32heap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/w32heap.c b/src/w32heap.c
index 443472b..43b5f35 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -114,7 +114,7 @@ typedef struct _RTL_HEAP_PARAMETERS {
    to build only the first bootstrap-emacs.exe with the large size,
    and reset that to a lower value afterwards.  */
 #if defined _WIN64 || defined WIDE_EMACS_INT
-# define DUMPED_HEAP_SIZE (20*1024*1024)
+# define DUMPED_HEAP_SIZE (21*1024*1024)
 #else
 # define DUMPED_HEAP_SIZE (12*1024*1024)
 #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]