mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* src/w32heap.c (DUMPED_HEAP_SIZE) [_WIN64]: Bump to 22 MiB.
This commit is contained in:
parent
f2e6961a1b
commit
340f74daa8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (21*1024*1024)
|
||||
# define DUMPED_HEAP_SIZE (22*1024*1024)
|
||||
#else
|
||||
# define DUMPED_HEAP_SIZE (13*1024*1024)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue