From 7bdd98ea6954e64f74ed9a9fa3145f7ea008d79c Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Thu, 15 Dec 2016 16:33:22 -0800 Subject: [PATCH] Enable Server GC for Samples --- samples/LargeResponseApp/project.json | 7 ++++++- samples/SampleApp/project.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/samples/LargeResponseApp/project.json b/samples/LargeResponseApp/project.json index 7ed65ab333..eaf79cd206 100644 --- a/samples/LargeResponseApp/project.json +++ b/samples/LargeResponseApp/project.json @@ -21,5 +21,10 @@ "include": [ "hosting.json" ] - } + }, + "runtimeOptions": { + "configProperties": { + "System.GC.Server": true + } + } } \ No newline at end of file diff --git a/samples/SampleApp/project.json b/samples/SampleApp/project.json index 82eacdcb88..b9f5a5cb90 100644 --- a/samples/SampleApp/project.json +++ b/samples/SampleApp/project.json @@ -24,5 +24,10 @@ "hosting.json", "testCert.pfx" ] - } + }, + "runtimeOptions": { + "configProperties": { + "System.GC.Server": true + } + } } \ No newline at end of file