Skip to content

Commit

Permalink
try to disable DATAS
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Nov 18, 2024
1 parent 09c48f2 commit 15c8aac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/benchmark/RemotePingPong/RemotePingPong.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

<PropertyGroup>
<ServerGarbageCollection>true</ServerGarbageCollection>
<!-- unclear if this can be set according to https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#dynamic-adaptation-to-application-sizes-datas -->
<GarbageCollectionAdaptationMode>0</GarbageCollectionAdaptationMode>
<TieredPGO>true</TieredPGO>
</PropertyGroup>

Expand Down

0 comments on commit 15c8aac

Please sign in to comment.