From 8a64648a9dfa3c9dfb72c748837de9c67bbbd737 Mon Sep 17 00:00:00 2001 From: Maoni0 Date: Fri, 14 Jun 2024 15:54:43 -0700 Subject: [PATCH] make the default target lower --- src/coreclr/gc/gcpriv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/gc/gcpriv.h b/src/coreclr/gc/gcpriv.h index 6738d33a3247f..5802d47931025 100644 --- a/src/coreclr/gc/gcpriv.h +++ b/src/coreclr/gc/gcpriv.h @@ -4254,7 +4254,7 @@ class gc_heap // to smooth out the situation when we rarely pick the gen2 GCs in the first array. struct dynamic_heap_count_data_t { - float target_tcp = 5.0; + float target_tcp = 2.0; float target_gen2_tcp = 10.0; static const int recorded_adjustment_size = 4;