Skip to content

Commit a7f286c

Browse files
committed
update description
1 parent d0780ee commit a7f286c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gc.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -3267,8 +3267,7 @@ static int _jl_gc_collect(jl_ptls_t ptls, jl_gc_collection_t collection)
32673267

32683268

32693269
// If the live data outgrows the suggested max_total_memory
3270-
// we keep going with minimum intervals and full gcs until
3271-
// we either free some space or get an OOM error.
3270+
// we keep going with full gcs until we either free some space or get an OOM error.
32723271
if (live_bytes > max_total_memory) {
32733272
sweep_full = 1;
32743273
}

0 commit comments

Comments
 (0)