emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 448cacc: In w32heap.c bump DUMPED_HEAP_SIZE to 19/1


From: Martin Rudalics
Subject: [Emacs-diffs] master 448cacc: In w32heap.c bump DUMPED_HEAP_SIZE to 19/12 MB
Date: Tue, 19 May 2015 06:52:01 +0000

branch: master
commit 448cacc85c5cc7b017437e71962168ed03d21ab6
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    In w32heap.c bump DUMPED_HEAP_SIZE to 19/12 MB
    
    * emacs-git/quick/src/w32heap.c (DUMPED_HEAP_SIZE): Bump to 19/12 MB.
---
 src/w32heap.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/w32heap.c b/src/w32heap.c
index ee0eb16..47ffec1 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -115,9 +115,9 @@ 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 (18*1024*1024)
+# define DUMPED_HEAP_SIZE (19*1024*1024)
 #else
-# define DUMPED_HEAP_SIZE (11*1024*1024)
+# define DUMPED_HEAP_SIZE (12*1024*1024)
 #endif
 
 static unsigned char dumped_data[DUMPED_HEAP_SIZE];



reply via email to

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