From 3aae15c9ba650d18f92aad37d6a964484b2460f7 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 9 Nov 2000 02:39:45 +0000 Subject: [PATCH] Increase cygwin heap size. --- winsup/cygwin/cygheap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index 425185c6a..8ed3aa3bc 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -24,7 +24,7 @@ enum cygheap_types HEAP_1_MAX = 100 }; -#define CYGHEAPSIZE ((1000 * sizeof (fhandler_union)) + (2 * 65536)) +#define CYGHEAPSIZE ((2000 * sizeof (fhandler_union)) + (2 * 65536)) extern HANDLE cygheap; extern HANDLE cygheap_max;