Lower the num_threads in the stress test of test/unit/prof_recent
This takes a fair amount of resources. Under high concurrency it was causing resource exhaustion such as pthread_create and mmap failures.
This commit is contained in:
parent
d66162e032
commit
648b3b9f76
@ -553,7 +553,7 @@ TEST_END
|
|||||||
#undef DUMP_ERROR
|
#undef DUMP_ERROR
|
||||||
#undef DUMP_OUT_SIZE
|
#undef DUMP_OUT_SIZE
|
||||||
|
|
||||||
#define N_THREADS 16
|
#define N_THREADS 8
|
||||||
#define N_PTRS 512
|
#define N_PTRS 512
|
||||||
#define N_CTLS 8
|
#define N_CTLS 8
|
||||||
#define N_ITERS 2048
|
#define N_ITERS 2048
|
||||||
|
Loading…
Reference in New Issue
Block a user