]> granicus.if.org Git - gc/commitdiff
Mon Sep 24 16:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
authorPaolo Molaro <lupus@oddwiz.org>
Mon, 24 Sep 2007 14:06:49 +0000 (14:06 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 11:31:20 +0000 (15:31 +0400)
* include/private/gc_priv.h: increase the default MAX_HEAP_SECTS
value (bug#314759, bug#324318).

svn path=/trunk/mono/; revision=86254

ChangeLog
include/private/gc_priv.h

index df52d67bec00d899d50b1e415fac42460314f931..a650423fe729ddc1de456d4af6b3b49d27e23b19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
 
+Mon Sep 24 16:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * include/private/gc_priv.h: increase the default MAX_HEAP_SECTS
+       value (bug#314759, bug#324318).
+
 Tue Sep 11 16:22:28 CEST 2007 Paolo Molaro <lupus@ximian.com>
 
        * pthread_support.c: export GC_thread_tls.
index 0e978ea950ec4ef9fde2e84f753ed6d407fe83d1..8fa89b6580beee31f5674feec069ab5664ea311e 100644 (file)
@@ -982,7 +982,7 @@ struct _GC_arrays {
 #   ifdef SMALL_CONFIG
 #     define MAX_HEAP_SECTS 128                /* Roughly 256MB (128*2048*1K)  */
 #   else
-#     define MAX_HEAP_SECTS 384                /* Roughly 3GB                  */
+#     define MAX_HEAP_SECTS (384+128)          /* Roughly 4GB                  */
 #   endif
 # endif
   struct HeapSect {