Merge pull request #8444 from jtattermusch/csharp_use_server_gc

Use Server mode for GC in C# QpsWorker
pull/8455/head
Jan Tattermusch 8 years ago committed by GitHub
commit 9f4e828343
  1. 5
      src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
  2. 5
      templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template

@ -67,5 +67,10 @@
}
}
}
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
}
}

@ -20,5 +20,10 @@
}
}
}
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
}
}

Loading…
Cancel
Save