Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaoni Stephens <Maoni0@users.noreply.github.com>2018-12-27 00:13:21 +0300
committerGitHub <noreply@github.com>2018-12-27 00:13:21 +0300
commit8eee7ea7a81ffd76f826403d7959fd03028eadac (patch)
tree6bee672fe299fed46f08cf4cf6d8dbfdfc7d615d /src/coreclr/clrfeatures.cmake
parentfad0533959598382c73b6551118e3600651afd38 (diff)
desktop port (dotnet/coreclr#21523)
+alloc lock split into SOH and LOH +provisional mode to fix too many gen2 GCs triggered in low mem situation when the heap has heavy pinning fragmentation +better free list usage +premature OOM fixes +3 new configs: GCHeapAffinitizeMask, GCHighMemPercent, GCLOHThreshold (will be documented) YieldProcessor scaling factor is different on core due to the different implementation on core. Commit migrated from https://github.com/dotnet/coreclr/commit/aa13ca95d633e9251fa040533d3d5650808455c0
Diffstat (limited to 'src/coreclr/clrfeatures.cmake')
-rw-r--r--src/coreclr/clrfeatures.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/coreclr/clrfeatures.cmake b/src/coreclr/clrfeatures.cmake
index 88b9cdd6b73..bb4f09f2a3c 100644
--- a/src/coreclr/clrfeatures.cmake
+++ b/src/coreclr/clrfeatures.cmake
@@ -20,10 +20,6 @@ if(NOT DEFINED FEATURE_INTERPRETER)
set(FEATURE_INTERPRETER 0)
endif(NOT DEFINED FEATURE_INTERPRETER)
-if(NOT DEFINED FEATURE_APPDOMAIN_RESOURCE_MONITORING)
- set(FEATURE_APPDOMAIN_RESOURCE_MONITORING 1)
-endif(NOT DEFINED FEATURE_APPDOMAIN_RESOURCE_MONITORING)
-
if(NOT DEFINED FEATURE_STANDALONE_GC)
set(FEATURE_STANDALONE_GC 1)
endif(NOT DEFINED FEATURE_STANDALONE_GC)