use Server mode for GC in C# QpsWorker

pull/8444/head
Jan Tattermusch 8 years ago
parent 9243c74868
commit 7ef9f64187
  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