ntdll/tests: Minimize the stack size for test_tp_multi_wait().
commit9e5d54eac4085fa90049a6f52749ae78b86b05b6
authorFrancois Gouget <fgouget@codeweavers.com>
Wed, 8 Feb 2023 02:43:27 +0000 (8 03:43 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Feb 2023 19:37:10 +0000 (27 20:37 +0100)
tree2d514290ca0e3202b6ca485b8a0026295abd9e11
parentb3a87694a470cae9ed3e9d52a97c13596ab2b354
ntdll/tests: Minimize the stack size for test_tp_multi_wait().

This test creates 512 threads so the default 2 MB stack size requires
1 GB which can cause out-of-virtual-memory-space issues. So cause
threadpool to use the smallest possible stack size, which should be
1 MB, halving the virtual memory usage.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54064
dlls/ntdll/tests/threadpool.c