Skip to content

Commit

Permalink
Enabled TieredPGO and ServerGarbageCollection (#335)
Browse files Browse the repository at this point in the history
Goal is reduce latency and make Lighthouse more reliable, at the cost of slightly more CPU consumption.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Aaronontheweb and kodiakhq[bot] authored Apr 7, 2023
1 parent ec06734 commit 1436917
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Lighthouse/Lighthouse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<PackageReference Include="Serilog.Settings.Configuration"/>
<PackageReference Include="Serilog.Sinks.Console"/>
</ItemGroup>

<PropertyGroup>
<ServerGarbageCollection>true</ServerGarbageCollection>
<TieredPGO>true</TieredPGO>
</PropertyGroup>

<ItemGroup>
<None Update="akka.hocon">
Expand Down

0 comments on commit 1436917

Please sign in to comment.