Increase cygwin heap size.
This commit is contained in:
parent
c5d03f3dca
commit
3aae15c9ba
|
@ -24,7 +24,7 @@ enum cygheap_types
|
||||||
HEAP_1_MAX = 100
|
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;
|
||||||
extern HANDLE cygheap_max;
|
extern HANDLE cygheap_max;
|
||||||
|
|
Loading…
Reference in New Issue