Skip to content

Commit

Permalink
Using workstation garbage collection with concurrent garbage collecti…
Browse files Browse the repository at this point in the history
…on disabled
  • Loading branch information
capdiem committed May 13, 2024
1 parent 1250f70 commit 932e22f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<ServerGarbageCollection>false</ServerGarbageCollection>
<ConcurrentGarbageCollection>false</ConcurrentGarbageCollection>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 932e22f

Please sign in to comment.