mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 08:44:14 +00:00
655a444847
As noted on #7979, we run into OOMs since commitaf32d386b9. The reason is that the default incremental GC budget is unlimited, which actually doesn't perform incremental GCs. Our settings can lead to situation where the incremental GCs don't actually sweep, thus not freeing memory. SM has a mechanism to avoid OOM anyways with LAST_DITCH GCs, but by default these can only occur ever 30 seconds. Turn this off. Reported by: langbart (cherry picked from commite3e542b1f9) Signed-off-by: Itms <itms@wildfiregames.com>