mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +00:00
- Add cleanMemory() to DesktopLocalCache (sweeps stale WeakRef entries) - Add startCleanupLoop() to Coordinator with heap monitoring (MemoryMXBean, checks every 30s, cleans at >75% heap or every 5min) - cleanObservers() clears unused NoteFlowSets on notes + addressables - Try-catch per operation so one failure doesn't skip the rest - 2-minute startup grace period before first cleanup - Cleanup job cancelled on clear() (account switch / logout)