]> git.eshelyaron.com Git - emacs.git/commitdiff
Enlarge dumped_data
authorPo Lu <luangruo@yahoo.com>
Sat, 23 Sep 2023 06:20:54 +0000 (14:20 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 23 Sep 2023 06:20:58 +0000 (14:20 +0800)
* src/w32heap.c (DUMPED_HEAP_SIZE): Increase to 24 MiB, the bare
minimum necessary to build a 32-bit Emacs.

src/w32heap.c

index 628fc28e3c5e7f5d37c53b071f3ed028bf906779..96881c3923dd6e9432841f461eb5a73aa0e3b5b2 100644 (file)
@@ -123,7 +123,7 @@ typedef struct _RTL_HEAP_PARAMETERS {
 # if defined _WIN64 || defined WIDE_EMACS_INT
 #  define DUMPED_HEAP_SIZE (28*1024*1024)
 # else
-#  define DUMPED_HEAP_SIZE (18*1024*1024)
+#  define DUMPED_HEAP_SIZE (24*1024*1024)
 # endif
 #endif