Skip to content
Snippets Groups Projects
Commit 9f4e8283 authored by Jan Tattermusch's avatar Jan Tattermusch Committed by GitHub
Browse files

Merge pull request #8444 from jtattermusch/csharp_use_server_gc

Use Server mode for GC in C# QpsWorker
parents 79fd4e68 7ef9f641
No related branches found
No related tags found
No related merge requests found
...@@ -67,5 +67,10 @@ ...@@ -67,5 +67,10 @@
} }
} }
} }
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
} }
} }
...@@ -20,5 +20,10 @@ ...@@ -20,5 +20,10 @@
} }
} }
} }
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment