4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

Increase cygwin heap size.

This commit is contained in:
Christopher Faylor 2000-11-09 02:39:45 +00:00
parent c5d03f3dca
commit 3aae15c9ba

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;