summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorMaoni0 <maonis@microsoft.com>2016-07-02 21:07:23 -0700
committerMaoni0 <maonis@microsoft.com>2016-07-02 21:29:18 -0700
commitd088712003e8d483872754d6b3c72aa2d4443a93 (patch)
tree717c88746ac35be3a4af78235afbedc2bc2bd3c7 /src/inc
parent339d991562c404417bfbc741f7d02e107cadf23d (diff)
downloadcoreclr-d088712003e8d483872754d6b3c72aa2d4443a93.tar.gz
coreclr-d088712003e8d483872754d6b3c72aa2d4443a93.tar.bz2
coreclr-d088712003e8d483872754d6b3c72aa2d4443a93.zip
Added 2 configs for Server GC
complus var GCNoAffinitize or project.json System.GC.NoAffinitize - specify 1/true to disable hard affinity of Server GC threads to CPUs complus var GCHeapCount or project.json System.GC.HeapCount - specify the # of Server GC threads/heaps, must be smaller than the # of logical CPUs the process is allowed to run on, ie, if you don't specifically affinitize your process it means the # of total logical CPUs on the machine; otherwise this is the # of logical CPUs you affinitized your process to.
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/clrconfigvalues.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inc/clrconfigvalues.h b/src/inc/clrconfigvalues.h
index 2bb6e78971..1cb9edef63 100644
--- a/src/inc/clrconfigvalues.h
+++ b/src/inc/clrconfigvalues.h
@@ -353,6 +353,8 @@ RETAIL_CONFIG_DWORD_INFO_DIRECT_ACCESS(UNSUPPORTED_HeapVerify, W("HeapVerify"),
RETAIL_CONFIG_STRING_INFO_EX(EXTERNAL_SetupGcCoverage, W("SetupGcCoverage"), "This doesn't appear to be a config flag", CLRConfig::REGUTIL_default)
RETAIL_CONFIG_DWORD_INFO(UNSUPPORTED_GCNumaAware, W("GCNumaAware"), 1, "Specifies if to enable GC NUMA aware")
RETAIL_CONFIG_DWORD_INFO(EXTERNAL_GCCpuGroup, W("GCCpuGroup"), 0, "Specifies if to enable GC to support CPU groups")
+RETAIL_CONFIG_DWORD_INFO(UNSUPPORTED_GCHeapCount, W("GCHeapCount"), 0, "")
+RETAIL_CONFIG_DWORD_INFO(UNSUPPORTED_GCNoAffinitize, W("GCNoAffinitize"), 0, "")
//
// IBC