* 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

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