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:
Qi Wang 2022-01-07 17:11:18 -08:00 committed by Qi Wang
parent d66162e032
commit 648b3b9f76

View File

@ -553,7 +553,7 @@ TEST_END
#undef DUMP_ERROR
#undef DUMP_OUT_SIZE
#define N_THREADS 16
#define N_THREADS 8
#define N_PTRS 512
#define N_CTLS 8
#define N_ITERS 2048