File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 94
94
</ClCompile >
95
95
<Link >
96
96
<SubSystem >Console</SubSystem >
97
- <StackReserveSize Condition = " $(Configuration) != 'Debug' " >2000000</StackReserveSize >
97
+ <StackReserveSize >2000000</StackReserveSize >
98
98
<StackReserveSize Condition =" $(Configuration) == 'Debug'" >12000000</StackReserveSize >
99
+ <StackReserveSize Condition =" $(Configuration) == 'PGInstrument'" >12000000</StackReserveSize >
100
+ <!-- HACK: Need additional memory to avoid crashing until gh-113655 is fixed -->
101
+ <StackReserveSize Condition =" $(Configuration) == 'PGUpdate'" >3000000</StackReserveSize >
99
102
</Link >
100
103
</ItemDefinitionGroup >
101
104
<ItemGroup >
Original file line number Diff line number Diff line change 89
89
</PropertyGroup >
90
90
<ItemDefinitionGroup >
91
91
<Link >
92
- <StackReserveSize Condition =" $(Configuration) != 'Debug'" >2000000</StackReserveSize >
93
- <StackReserveSize Condition =" $(Configuration) == 'Debug'" >8000000</StackReserveSize >
92
+ <StackReserveSize >2000000</StackReserveSize >
93
+ <StackReserveSize Condition =" $(Configuration) == 'Debug'" >12000000</StackReserveSize >
94
+ <StackReserveSize Condition =" $(Configuration) == 'PGInstrument'" >12000000</StackReserveSize >
95
+ <!-- HACK: Need additional memory to avoid crashing until gh-113655 is fixed -->
96
+ <StackReserveSize Condition =" $(Configuration) == 'PGUpdate'" >3000000</StackReserveSize >
94
97
</Link >
95
98
</ItemDefinitionGroup >
96
99
<ItemGroup >
You can’t perform that action at this time.
0 commit comments