aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32heap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32heap.c b/src/w32heap.c
index a1975d9a975..628fc28e3c5 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -121,9 +121,9 @@ typedef struct _RTL_HEAP_PARAMETERS {
121# define DUMPED_HEAP_SIZE 10 121# define DUMPED_HEAP_SIZE 10
122#else 122#else
123# if defined _WIN64 || defined WIDE_EMACS_INT 123# if defined _WIN64 || defined WIDE_EMACS_INT
124# define DUMPED_HEAP_SIZE (23*1024*1024) 124# define DUMPED_HEAP_SIZE (28*1024*1024)
125# else 125# else
126# define DUMPED_HEAP_SIZE (13*1024*1024) 126# define DUMPED_HEAP_SIZE (18*1024*1024)
127# endif 127# endif
128#endif 128#endif
129 129