Commit cac1b59
authored
Fix issue with spurious unproductive full GC which led to OOM. (#77478)
Problem was that a BGC was in progress when the full GC was requested by setting the last_gc_before_oom flag, and at the end of the BGC we turned off the last_gc_before_oom flag.
Fix is simply not to turn off the flag in the case of BGC.1 parent 68cf247 commit cac1b59
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21764 | 21764 | | |
21765 | 21765 | | |
21766 | 21766 | | |
21767 | | - | |
| 21767 | + | |
| 21768 | + | |
| 21769 | + | |
| 21770 | + | |
21768 | 21771 | | |
21769 | 21772 | | |
21770 | 21773 | | |
| |||
0 commit comments