Increase cygwin heap size.

This commit is contained in:
Christopher Faylor 2000-11-09 02:39:45 +00:00
parent c5d03f3dca
commit 3aae15c9ba
1 changed files with 1 additions and 1 deletions

View File

@ -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;