.net franework
<configuration> <runtime> <gcServer enabled="true"/> <gcConcurrent enabled="true"/> </runtime> </configuration>

 

 

.netcore
// .csproj <PropertyGroup> <ServerGarbageCollection>true</ServerGarbageCollection> <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection> </PropertyGroup>

相关文章:

  • 2022-12-23
  • 2021-08-14
  • 2021-07-22
  • 2021-06-25
  • 2022-03-08
猜你喜欢
  • 2022-12-23
  • 2022-03-05
  • 2021-11-06
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案