Skip to content

Commit

Permalink
make the default target lower (#103554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maoni0 authored Jun 17, 2024
1 parent c5d6dad commit 7efc8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/gc/gcpriv.h
Original file line number Diff line number Diff line change
Expand Up @@ -4255,7 +4255,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;
Expand Down

0 comments on commit 7efc8a7

Please sign in to comment.