We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ece4b commit 262383eCopy full SHA for 262383e
1 file changed
template/src/runtimeconfig.template.json
@@ -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