mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue