diff options
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json | 5 |
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 + } } } |