Skip to content

Commit 7efc8a7

Browse files
authored
make the default target lower (#103554)
1 parent c5d6dad commit 7efc8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/gc/gcpriv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4255,7 +4255,7 @@ class gc_heap
42554255
// to smooth out the situation when we rarely pick the gen2 GCs in the first array.
42564256
struct dynamic_heap_count_data_t
42574257
{
4258-
float target_tcp = 5.0;
4258+
float target_tcp = 2.0;
42594259
float target_gen2_tcp = 10.0;
42604260

42614261
static const int recorded_adjustment_size = 4;

0 commit comments

Comments
 (0)