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:
parent
c5d03f3dca
commit
3aae15c9ba
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user