Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
d-netto committed Oct 24, 2023
1 parent d0780ee commit a7f286c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3267,8 +3267,7 @@ static int _jl_gc_collect(jl_ptls_t ptls, jl_gc_collection_t collection)


// If the live data outgrows the suggested max_total_memory
// we keep going with minimum intervals and full gcs until
// we either free some space or get an OOM error.
// we keep going with full gcs until we either free some space or get an OOM error.
if (live_bytes > max_total_memory) {
sweep_full = 1;
}
Expand Down

0 comments on commit a7f286c

Please sign in to comment.