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