[mono/win] Increase stack size (reserve) to 8MB (#60561)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 9 Nov 2021 18:17:29 +0000 (10:17 -0800)
committerGitHub <noreply@github.com>
Tue, 9 Nov 2021 18:17:29 +0000 (10:17 -0800)
commitf9c4b567f4359e196ab0fe3c1c6709173b65b696
treec74c4028e0c0dd627c147bd1707158571d6df9e3
parentc61ea3dc03a4b547f043ce622b85516f84a20040
[mono/win] Increase stack size (reserve) to 8MB (#60561)

Fix https://github.com/dotnet/runtime/issues/57141 in windows build.

Set the stack size (reserve) to 8MB, which is usually a default
on linux. This way we should get similar behavior on windows.

Co-authored-by: Radek Doulik <radekdoulik@gmail.com>
src/mono/CMakeLists.txt