* cygwin.sc: Raise default cygheap size to 2 Megs.

This commit is contained in:
Corinna Vinschen 2011-03-18 18:16:37 +00:00
parent 4b7edd20f7
commit b8bdc60019
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -103,7 +103,7 @@ SECTIONS
}
.cygheap ALIGN(__section_alignment__) :
{
. = . + (1024 * 1024);
. = . + (2048 * 1024);
. = ALIGN(0x10000);
__cygheap_end = ABSOLUTE(.);
}