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)
This commit is contained in:
parent
824f75ea7c
commit
b93598d6a4
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/* ====== Tuning parameters ====== */
|
/* ====== Tuning parameters ====== */
|
||||||
#define ZSTDMT_NBTHREADS_MAX 256
|
#define ZSTDMT_NBTHREADS_MAX 200
|
||||||
#define ZSTDMT_OVERLAPLOG_DEFAULT 6
|
#define ZSTDMT_OVERLAPLOG_DEFAULT 6
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user