* cygwin.sc: Raise default cygheap size to 2 Megs.
This commit is contained in:
parent
4b7edd20f7
commit
b8bdc60019
|
@ -1,3 +1,7 @@
|
|||
2011-03-18 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* cygwin.sc: Raise default cygheap size to 2 Megs.
|
||||
|
||||
2011-03-18 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||
|
||||
* fhandler.h (DEFAULT_PIPEBUFSIZE): Reset to 64K.
|
||||
|
|
|
@ -103,7 +103,7 @@ SECTIONS
|
|||
}
|
||||
.cygheap ALIGN(__section_alignment__) :
|
||||
{
|
||||
. = . + (1024 * 1024);
|
||||
. = . + (2048 * 1024);
|
||||
. = ALIGN(0x10000);
|
||||
__cygheap_end = ABSOLUTE(.);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue