Increase DUMPED_HEAP_SIZE
* src/w32heap.c (DUMPED_HEAP_SIZE): Add 5 megabytes.
This commit is contained in:
@@ -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 (23*1024*1024)
|
||||
# define DUMPED_HEAP_SIZE (28*1024*1024)
|
||||
# else
|
||||
# define DUMPED_HEAP_SIZE (13*1024*1024)
|
||||
# define DUMPED_HEAP_SIZE (18*1024*1024)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user