Skip to content

Commit 262383e

Browse files
committed
add runtimeconfig
1 parent 72ece4b commit 262383e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"configProperties": {
3+
"System.GC.Server": true,
4+
"System.GC.Concurrent": true,
5+
"System.GC.NoAffinitize": true,
6+
"System.GC.DynamicAdaptationMode": 1
7+
//"System.GC.LOHThreshold": 131072 // 128 KB
8+
}
9+
}

0 commit comments

Comments
 (0)