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