emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 3434edc: Enlarge DUMPED_HEAP_SIZE for 64-bit Wind


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 3434edc: Enlarge DUMPED_HEAP_SIZE for 64-bit Windows builds
Date: Sat, 9 Jun 2018 14:15:04 -0400 (EDT)

branch: emacs-26
commit 3434edc731e4602891a9cf6418ec4e5ff2f60830
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Enlarge DUMPED_HEAP_SIZE for 64-bit Windows builds
    
    * src/w32heap.c (DUMPED_HEAP_SIZE): Bump to 23MB.  Reported by
    Andy Moreton <address@hidden>.
---
 src/w32heap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/w32heap.c b/src/w32heap.c
index a3f87bf..df79f8c 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -116,7 +116,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 (22*1024*1024)
+# define DUMPED_HEAP_SIZE (23*1024*1024)
 #else
 # define DUMPED_HEAP_SIZE (13*1024*1024)
 #endif



reply via email to

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