CalendarSync icon indicating copy to clipboard operation
CalendarSync copied to clipboard

Explicitly run garbage collection after loading credentials

Open MichaelEischer opened this issue 4 months ago • 0 comments

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

MichaelEischer avatar Oct 10 '24 17:10 MichaelEischer