Skip to content

Commit 0b58e75

Browse files
committed
测试 GC HeapCount 和 亲核性 Affinitize
1 parent cfeff05 commit 0b58e75

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)