From: Julian Seward Date: Sun, 6 Jul 2003 01:52:32 +0000 (+0000) Subject: Increase default number of supported threads from 50 to 100. X-Git-Tag: svn/VALGRIND_2_0_0~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b292b9ff665fe968b4d212f5589436af210db19;p=thirdparty%2Fvalgrind.git Increase default number of supported threads from 50 to 100. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1729 --- diff --git a/include/vg_skin.h b/include/vg_skin.h index cc5cfe572f..fa4022ca6c 100644 --- a/include/vg_skin.h +++ b/include/vg_skin.h @@ -50,7 +50,7 @@ scheduler algorithms is surely O(N) in the number of threads, since that's simple, at least. And (in practice) we hope that most programs do not need many threads. */ -#define VG_N_THREADS 50 +#define VG_N_THREADS 100 /* Maximum number of pthread keys available. Again, we start low until the need for a higher number presents itself. */