projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36bbdfc
)
Enlarge DUMPED_HEAP_SIZE for 64-bit Windows builds
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 9 Jun 2018 18:14:04 +0000
(21:14 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 9 Jun 2018 18:14:04 +0000
(21:14 +0300)
* src/w32heap.c (DUMPED_HEAP_SIZE): Bump to 23MB. Reported by
Andy Moreton <andrewjmoreton@gmail.com>.
src/w32heap.c
patch
|
blob
|
history
diff --git
a/src/w32heap.c
b/src/w32heap.c
index a3f87bfc7e636bb88f82ed0f296f6554fbe8ae1d..df79f8c2cef2dc17e9eddce7f0a4fe4d0fbb2031 100644
(file)
--- a/
src/w32heap.c
+++ b/
src/w32heap.c
@@
-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 (2
2
*1024*1024)
+# define DUMPED_HEAP_SIZE (2
3
*1024*1024)
#else
# define DUMPED_HEAP_SIZE (13*1024*1024)
#endif