From 2e672f7ca67470cbda3346a4b1b532cf5fa61799 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 16 Jan 2024 22:02:20 +0000 Subject: [PATCH] gh-113655: Increase default stack size for PGO builds to avoid C stack exhaustion (GH-114148) --- PCbuild/python.vcxproj | 5 ++++- PCbuild/pythonw.vcxproj | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index 8b733865962..fdf573aa5bf 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -94,8 +94,11 @@ Console - 2000000 + 2000000 12000000 + 12000000 + + 3000000 diff --git a/PCbuild/pythonw.vcxproj b/PCbuild/pythonw.vcxproj index e23635e5ea9..31f21308e25 100644 --- a/PCbuild/pythonw.vcxproj +++ b/PCbuild/pythonw.vcxproj @@ -89,8 +89,11 @@ - 2000000 - 8000000 + 2000000 + 12000000 + 12000000 + + 3000000