From cdafd67fb3a4b94e553cb0f01953b03f64eb10a2 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 21 Feb 2024 15:19:05 +0000 Subject: [PATCH] gh-113655: Increase stack reserve size on Windows for when running PGO --- PCbuild/python.vcxproj | 1 + PCbuild/pythonw.vcxproj | 1 + 2 files changed, 2 insertions(+) diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index f4640454a73070..846c87fd1ac140 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -96,6 +96,7 @@ Console 2000000 8000000 + 8000000 diff --git a/PCbuild/pythonw.vcxproj b/PCbuild/pythonw.vcxproj index e23635e5ea9411..f485352f642fa2 100644 --- a/PCbuild/pythonw.vcxproj +++ b/PCbuild/pythonw.vcxproj @@ -91,6 +91,7 @@ 2000000 8000000 + 8000000