Enlarge dumped_data
* src/w32heap.c (DUMPED_HEAP_SIZE): Increase to 24 MiB, the bare minimum necessary to build a 32-bit Emacs.
This commit is contained in:
parent
5bd6f963f6
commit
024432e583
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue