zstdmt : reduced maximum nb of threads
to avoid memory address space issues on 32-bits systems (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876416#17)dev
parent
824f75ea7c
commit
b93598d6a4
|
@ -10,7 +10,7 @@
|
|||
|
||||
|
||||
/* ====== Tuning parameters ====== */
|
||||
#define ZSTDMT_NBTHREADS_MAX 256
|
||||
#define ZSTDMT_NBTHREADS_MAX 200
|
||||
#define ZSTDMT_OVERLAPLOG_DEFAULT 6
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue