Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GC] Handle growing global_regions_to_decommit lists #106168

Closed
wants to merge 16 commits into from
Prev Previous commit
comment
markples committed Aug 28, 2024
commit e73d5ff63aa1a1ee30af683024e303daffd4db9c
2 changes: 1 addition & 1 deletion src/coreclr/gc/gc.cpp
Original file line number Diff line number Diff line change
@@ -1988,7 +1988,7 @@ const int max_snoop_level = 128;
// time in milliseconds between decommit steps
#define DECOMMIT_TIME_STEP_MILLISECONDS (100)

// arbitrary - 4 GCs worth of decommitting
// arbitrary - 10 GCs worth of decommitting
#define MAX_DECOMMIT_SIZE (10 * DECOMMIT_SIZE_PER_MILLISECOND * DECOMMIT_TIME_STEP_MILLISECONDS)

inline