We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfeff05 commit 0b58e75Copy full SHA for 0b58e75
src/Tests/CollectionTest/runtimeconfig.template.json
@@ -0,0 +1,9 @@
1
+{
2
+ "configProperties": {
3
+ "System.Threading.ThreadPool.Blocking.ThreadsToAddWithoutDelay_ProcCountFactor": 100,
4
+ "System.GC.Server": true,
5
+ "System.GC.Concurrent": true,
6
+ "System.GC.HeapCount": 2,
7
+ "System.GC.NoAffinitize": true
8
+ }
9
+}
0 commit comments