Skip to content

Commit

Permalink
Merge pull request grpc#8444 from jtattermusch/csharp_use_server_gc
Browse files Browse the repository at this point in the history
Use Server mode for GC in C# QpsWorker
  • Loading branch information
jtattermusch authored Oct 21, 2016
2 parents 79fd4e6 + 7ef9f64 commit 9f4e828
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/csharp/Grpc.IntegrationTesting.QpsWorker/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,10 @@
}
}
}
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@
}
}
}
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
}
}

0 comments on commit 9f4e828

Please sign in to comment.