]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increase default number of supported threads from 50 to 100.
authorJulian Seward <jseward@acm.org>
Sun, 6 Jul 2003 01:52:32 +0000 (01:52 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 6 Jul 2003 01:52:32 +0000 (01:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1729

include/vg_skin.h

index cc5cfe572fe5b86c9469fe3c2afbdf15a6b616b0..fa4022ca6c904397c662f6b09b037eb5f8fe51ef 100644 (file)
@@ -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. */