mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Increase thread limits a bit.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@432
This commit is contained in:
parent
f34cee7b2f
commit
fca23eae18
@ -137,11 +137,11 @@
|
||||
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 20
|
||||
#define VG_N_THREADS 50
|
||||
|
||||
/* Maximum number of pthread keys available. Again, we start low until
|
||||
the need for a higher number presents itself. */
|
||||
#define VG_N_THREAD_KEYS 10
|
||||
#define VG_N_THREAD_KEYS 50
|
||||
|
||||
/* Number of file descriptors that can simultaneously be waited on for
|
||||
I/O to complete. Perhaps this should be the same as VG_N_THREADS
|
||||
|
||||
@ -137,11 +137,11 @@
|
||||
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 20
|
||||
#define VG_N_THREADS 50
|
||||
|
||||
/* Maximum number of pthread keys available. Again, we start low until
|
||||
the need for a higher number presents itself. */
|
||||
#define VG_N_THREAD_KEYS 10
|
||||
#define VG_N_THREAD_KEYS 50
|
||||
|
||||
/* Number of file descriptors that can simultaneously be waited on for
|
||||
I/O to complete. Perhaps this should be the same as VG_N_THREADS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user