]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/w32heap.c (DUMPED_HEAP_SIZE) [_WIN64]: Bump to 22 MiB.
authorNoam Postavsky <npostavs@gmail.com>
Tue, 21 Nov 2017 19:12:55 +0000 (14:12 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 27 Nov 2017 21:53:55 +0000 (16:53 -0500)
src/w32heap.c

index 85ed050d997e204f57877ad68acf602e6fd0001b..4115049d71feab36a14bcd11833e22809449e9dc 100644 (file)
@@ -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