aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
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 /src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
parent9243c74868dbf581a98f7799e71f29cd1d55d79f (diff)
use Server mode for GC in C# QpsWorker
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
index 1b900c8af3..fe200f8d44 100644
--- a/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
@@ -67,5 +67,10 @@
}
}
}
+ },
+ "runtimeOptions": {
+ "configProperties": {
+ "System.GC.Server": true
+ }
}
}