Description: Increases VG_N_THREADS
Origin: vendor
Bug-Debian: http://bugs.debian.org/491195
Author: Andrés Roldán <aroldan@debian.org>
Reviewed-by: Alessandro Ghedini <ghedo@debian.org>
Last-Update: 2012-05-10

diff --git a/coregrind/m_aspacemgr/aspacemgr-linux.c b/coregrind/m_aspacemgr/aspacemgr-linux.c
index 8ed8b84..90679da 100644
--- a/coregrind/m_aspacemgr/aspacemgr-linux.c
+++ b/coregrind/m_aspacemgr/aspacemgr-linux.c
@@ -265,7 +265,7 @@
 /* ------ start of STATE for the address-space manager ------ */
 
 /* Max number of segments we can track. */
-#define VG_N_SEGMENTS 5000
+#define VG_N_SEGMENTS 25000
 
 /* Max number of segment file names we can track. */
 #define VG_N_SEGNAMES 1000
