emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 340f74d: * src/w32heap.c (DUMPED_HEAP_SIZE) [_WIN


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 340f74d: * src/w32heap.c (DUMPED_HEAP_SIZE) [_WIN64]: Bump to 22 MiB.
Date: Mon, 27 Nov 2017 17:02:59 -0500 (EST)

branch: emacs-26
commit 340f74daa8ac5fab0efc35d12ef5cf5cb3507b22
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    * src/w32heap.c (DUMPED_HEAP_SIZE) [_WIN64]: Bump to 22 MiB.
---
 src/w32heap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/w32heap.c b/src/w32heap.c
index 85ed050..4115049 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 (21*1024*1024)
+# define DUMPED_HEAP_SIZE (22*1024*1024)
 #else
 # define DUMPED_HEAP_SIZE (13*1024*1024)
 #endif



reply via email to

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