]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygwin.sc: Raise default cygheap size to 2 Megs.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 18 Mar 2011 18:16:37 +0000 (18:16 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 18 Mar 2011 18:16:37 +0000 (18:16 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/cygwin.sc

index e86481165ee37c4bab5f84f5d4121a893fe15e0b..72ec96da4a058d406656e6ce5ce258e9f5d6cf46 100644 (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.
index ba41529093647272dfca4a32679cd337a6cd4e99..966ea9733708ccbe6f15d3885b54caba6e56a06d 100644 (file)
@@ -103,7 +103,7 @@ SECTIONS
   }
   .cygheap ALIGN(__section_alignment__) :
   {
-    . = . + (1024 * 1024);
+    . = . + (2048 * 1024);
     . = ALIGN(0x10000);
     __cygheap_end = ABSOLUTE(.);
   }
This page took 0.03259 seconds and 5 git commands to generate.