CalendarSync
CalendarSync copied to clipboard
Explicitly run garbage collection after loading credentials
Decrypting the credentials requires a lot of memory, such that later garbage collections only happen after doubling that memory usage again. Explicitly run a GC to reset the memory usage reference level.
Partial fix for https://github.com/inovex/CalendarSync/issues/180