- Steam App
- Idle Armada (1408060)
- Event type
- patch note
- Published
- 15 January 2025 - 17:57:16 UTC
- Source
- steam_community_announcements
This patch simply uses a better workaround for the freeze issue. Instead of Idle Armada delaying the garbage collector as much as possible (which increased memory usage), we found a specific feature of the go runtime to disable to prevent the GC from freezing. This may be a bug in either steam or in go, but in the meantime this better workaround was suggested in this go runtime issue: https://github.com/golang/go/issues/71242