]> git.ipfire.org Git - thirdparty/zstd.git/commit
[tests] Reduce memory usage of MT CLI tests 2606/head
authorNick Terrell <terrelln@fb.com>
Mon, 3 May 2021 23:29:11 +0000 (16:29 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 3 May 2021 23:29:11 +0000 (16:29 -0700)
commit2e4fca38d8585e0cecb584ad5279306640897b4a
treeb6783d628b404fd39dbb205db80f60195e93b0a0
parentcc31bb8b660de790ec4b0e024143ab473b1ada48
[tests] Reduce memory usage of MT CLI tests

Switch from `-T0` to the default `-T1` which significantly reduces
memory usage for level 19 when there are many cores. This fixes
32-bit issues of running out of address space.

Fixes #2603.
tests/playTests.sh