Enable Server GC for Samples
This commit is contained in:
parent
4485bfec39
commit
7bdd98ea69
|
|
@ -21,5 +21,10 @@
|
||||||
"include": [
|
"include": [
|
||||||
"hosting.json"
|
"hosting.json"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"runtimeOptions": {
|
||||||
|
"configProperties": {
|
||||||
|
"System.GC.Server": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -24,5 +24,10 @@
|
||||||
"hosting.json",
|
"hosting.json",
|
||||||
"testCert.pfx"
|
"testCert.pfx"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"runtimeOptions": {
|
||||||
|
"configProperties": {
|
||||||
|
"System.GC.Server": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue