Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/tests/GC/API/GC/Collect_Aggressive_LargePages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
<!-- Large pages and GCHeapHardLimit=0xC0000000 are not supported on 32-bit -->
<CLRTestTargetUnsupported Condition="'$(TargetBits)' == '32'">true</CLRTestTargetUnsupported>
<!-- CrossGen2 reserves 6 GiB for regions which exceeds the 3 GiB hard limit - https://github.com/dotnet/runtime/issues/127541 -->
<CrossGenTest>false</CrossGenTest>
<CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
Expand Down
Loading