projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3365e41
)
Increase DUMPED_HEAP_SIZE
author
Po Lu
<luangruo@yahoo.com>
Thu, 26 Jan 2023 00:40:27 +0000
(08:40 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 26 Jan 2023 00:40:27 +0000
(08:40 +0800)
* src/w32heap.c (DUMPED_HEAP_SIZE): Add 5 megabytes.
src/w32heap.c
patch
|
blob
|
history
diff --git
a/src/w32heap.c
b/src/w32heap.c
index a1975d9a97598de942edfd9e1ea3f0de02878d9e..628fc28e3c5e7f5d37c53b071f3ed028bf906779 100644
(file)
--- a/
src/w32heap.c
+++ b/
src/w32heap.c
@@
-121,9
+121,9
@@
typedef struct _RTL_HEAP_PARAMETERS {
# define DUMPED_HEAP_SIZE 10
#else
# if defined _WIN64 || defined WIDE_EMACS_INT
-# define DUMPED_HEAP_SIZE (2
3
*1024*1024)
+# define DUMPED_HEAP_SIZE (2
8
*1024*1024)
# else
-# define DUMPED_HEAP_SIZE (1
3
*1024*1024)
+# define DUMPED_HEAP_SIZE (1
8
*1024*1024)
# endif
#endif