* include/private/gc_priv.h: increase the default MAX_HEAP_SECTS
value (bug#314759, bug#324318).
svn path=/trunk/mono/; revision=86254
+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.
# 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 {