projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bd6f96
)
Enlarge dumped_data
author
Po Lu
<luangruo@yahoo.com>
Sat, 23 Sep 2023 06:20:54 +0000
(14:20 +0800)
committer
Po 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
patch
|
blob
|
history
diff --git
a/src/w32heap.c
b/src/w32heap.c
index 628fc28e3c5e7f5d37c53b071f3ed028bf906779..96881c3923dd6e9432841f461eb5a73aa0e3b5b2 100644
(file)
--- a/
src/w32heap.c
+++ b/
src/w32heap.c
@@
-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