aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-10-20 23:36:45 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-10-20 23:37:57 +0200
commit7ef9f641877d1f488aab7c2e25e64fae44fb2748 (patch)
tree7e5f9b215fef05b92c244af340fb5743d58fb556 /templates/src/csharp/Grpc.IntegrationTesting.QpsWorker
parent9243c74868dbf581a98f7799e71f29cd1d55d79f (diff)
use Server mode for GC in C# QpsWorker
Diffstat (limited to 'templates/src/csharp/Grpc.IntegrationTesting.QpsWorker')
-rw-r--r--templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template b/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template
index 83b8a9befa..8304d20f2e 100644
--- a/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template
+++ b/templates/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json.template
@@ -20,5 +20,10 @@
}
}
}
+ },
+ "runtimeOptions": {
+ "configProperties": {
+ "System.GC.Server": true
+ }
}
}