projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e81398
)
* src/w32heap.c (DUMPED_HEAP_SIZE): Bump to 20MB.
author
Andy Moreton
<andrewjmoreton@gmail.com>
Fri, 10 Jul 2015 12:48:11 +0000
(15:48 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 10 Jul 2015 12:48:11 +0000
(15:48 +0300)
Copyright-paperwork-exempt: yes
src/w32heap.c
patch
|
blob
|
history
diff --git
a/src/w32heap.c
b/src/w32heap.c
index 47ffec1c30383d9981d7104ce1227fbb2914e654..ec5b04119bfd214fc20521f227f4eac15531598a 100644
(file)
--- a/
src/w32heap.c
+++ b/
src/w32heap.c
@@
-115,7
+115,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 (
19
*1024*1024)
+# define DUMPED_HEAP_SIZE (
20
*1024*1024)
#else
# define DUMPED_HEAP_SIZE (12*1024*1024)
#endif